摘要:
class Program{static void Main(string[] args){try{B b = new B();}catch(Exception ex){Console.WriteLine(ex.GetType().ToString());}Console.Read();}class A{protected Ref my;public A(){my = new Ref();Cons... 阅读全文
posted @ 2009-08-25 00:02
nd
阅读(1318)
评论(2)
推荐(1)
浙公网安备 33010602011771号