ApProg.Infrastructure.Bootstrapper.Bootstrapper C# (CSharp) Метод

Bootstrapper() публичный Метод

public Bootstrapper ( ) : ApProg.Icsp
Результат ApProg.Icsp
        public Bootstrapper()
        {
            var shell = new MainWindow();
            new ProgrammerPresenter(new ProgrammerScreen(), new IcspService(), shell);
            shell.Show();
        }
Bootstrapper