Пример #1
0
        public static void Main()
        {
            Coin.App app = new Coin.App();
            app.InitializeComponent();

            //			app.Run();
            new SingleInstanceApplicationWrapper(app).Run(Environment.GetCommandLineArgs());
        }
Пример #2
0
//		[System.Diagnostics.DebuggerNonUserCodeAttribute()]
//		[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
        public static void Main()
        {
            Coin.App app = new Coin.App();
            app.InitializeComponent();

//			app.Run();
            new SingleInstanceApplicationWrapper(app).Run(Environment.GetCommandLineArgs());
        }