Exemplo n.º 1
0
        public static void Main()
        {
            Thread.CurrentThread.Name = "MainThread";
            var app = new InRetail.Shell.App();
            app.InitializeComponent();

            Bootstrapper.Bootstrap();

            app.ShutdownMode = ShutdownMode.OnMainWindowClose;
            app.Run();
        }
Exemplo n.º 2
0
        public static void Main()
        {
            Thread.CurrentThread.Name = "MainThread";
            var app = new InRetail.Shell.App();

            app.InitializeComponent();

            Bootstrapper.Bootstrap();

            app.ShutdownMode = ShutdownMode.OnMainWindowClose;
            app.Run();
        }