private static int Main(string[] args) { //var rc = new Program().Run(args); var rc = 0; Foo1.Test(); #if DEBUG Console.ReadKey(); #endif return(rc); }
internal class Foo0 : IFoo { public Foo0(Foo1 foo) { }