[求助]关于函数问题
为什么下面:private show sh;
string gwname = comboBox4.Text;
sh = new show();
j = sh.showgwid(gwname);
其中showgwid是另一类中的函数,为什么不出现:未将对象引用设置到对象实例中的提示啊
2006-11-23 23:03
2006-11-24 00:09
combobox4.text 有值啊,也这样
2006-11-24 13:33
2006-11-24 13:36
2006-11-24 13:42
2006-11-24 14:12
2006-11-24 14:58
2006-11-24 19:35