ApProg.Infrastructure.Bootstrapper.Bootstrapper C# (CSharp) Method

Bootstrapper() public method

public Bootstrapper ( ) : ApProg.Icsp
return ApProg.Icsp
        public Bootstrapper()
        {
            var shell = new MainWindow();
            new ProgrammerPresenter(new ProgrammerScreen(), new IcspService(), shell);
            shell.Show();
        }
Bootstrapper