Esempio n. 1
0
 private static void HelperMethod(ExampleClass instance)
 {
     instance.MethodA();
 }
Esempio n. 2
0
 public ExampleClass(ExampleClass other)
 {
     other.MethodA();
 }