Z
zjwyyh
Unregistered / Unconfirmed
GUEST, unregistred user!
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
//以上是引用部分
//以下为按钮的click 事件
private void button1_Click(object sender, System.EventArgs e)
{
HashTable mytest=new Hashtable();
//仅声明 不加代码
}
为什么总 提示 缺少using 引用???
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
//以上是引用部分
//以下为按钮的click 事件
private void button1_Click(object sender, System.EventArgs e)
{
HashTable mytest=new Hashtable();
//仅声明 不加代码
}
为什么总 提示 缺少using 引用???