Example #1
0
        protected override void OnStartup(StartupEventArgs e)
        {
            base.OnStartup(e);

            var shell = new Shell();

            shell.Show();

            var controller = new OrderTrackingController(shell);

            controller.Run();
        }