示例#1
0
        protected override void OnStartup(StartupEventArgs e)
        {
            base.OnStartup(e);
            Restarter.CheckRestart(e.Args);

            Restarter.Start(Settings.Port - 1);
            new NeoPlayerWindow().Show();
        }