public void MyMethod(SomethingBaseToGenerate somethingElse)
 {
     SomethingElse = somethingElse;
     SomethingElse.Something = this;
 }
Esempio n. 2
0
 public void MyMethod(SomethingBaseToGenerate somethingElse)
 {
     SomethingElse           = somethingElse;
     SomethingElse.Something = this;
 }