예제 #1
0
 public IILUIFactoryMethod(Type type)
 {
     this.instance   = Activator.CreateInstance(type);
     this.methodInfo = DllHelper.GetType(type.FullName).GetMethod("Create", 3);
 }