Ejemplo n.º 1
0
Archivo: app.cs Proyecto: ufasoft/coin
        public static void Main()
        {
            Coin.App app = new Coin.App();
            app.InitializeComponent();

            //			app.Run();
            new SingleInstanceApplicationWrapper(app).Run(Environment.GetCommandLineArgs());
        }
Ejemplo n.º 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());
        }