Esempio n. 1
0
 public void methodC()
 {
     //Do things
     complexVariable.doSomehtingComplex();
     //Do some other things
     complexVariable.doSomehtingThatInvolvesSomeAPI();
     //Do some more stuff
 }