예제 #1
0
파일: app.cs 프로젝트: ufasoft/coin
        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());
        }