Integreat.Shared.IntegreatApp.IntegreatApp C# (CSharp) Method

IntegreatApp() public method

public IntegreatApp ( ContainerBuilder builder ) : Autofac
builder Autofac.ContainerBuilder
return Autofac
        public IntegreatApp(ContainerBuilder builder)
        {
            InitializeComponent();
            var app = new AppSetup(this, builder);
            app.Run();
        }
    }
IntegreatApp