Exemple #1
0
 public Process(VOS os)
 {
     this.OS         = os;
     this.Shell      = new Shell();
     this.ReturnCode = -1;
 }
Exemple #2
0
 private FooBar Func(VOS vos, Foo foo)
 {
     return new FooBar(foo);
 }