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