Exemple #1
0
 public static void Run(string methodName, object instance)
 {
     SFReflect.Run(methodName, instance, new object[] { });
 }