B
babylon
I tried
System.Reflection.Assembly a =
System.Reflection.Assembly.Load("System.Windows.Forms.dll");
and
System.Reflection.Assembly
GetAssembly(System.Type.GetType("System.Windows.Forms.CheckBox"));
dont' work...
any clue?
thx!
System.Reflection.Assembly a =
System.Reflection.Assembly.Load("System.Windows.Forms.dll");
and
System.Reflection.Assembly
GetAssembly(System.Type.GetType("System.Windows.Forms.CheckBox"));
dont' work...
any clue?
thx!