示例#1
0
        protected override void OnStartup(StartupEventArgs e)
        {
            this.DispatcherUnhandledException += UnhandledException;

            CommandLineParameters = new CommandLineParameters(e.Args);
        }
        protected override void OnStartup(StartupEventArgs e)
        {
            this.DispatcherUnhandledException += UnhandledException;

            CommandLineParameters = new CommandLineParameters(e.Args);
        }