コード例 #1
0
        static void Main()
        {
            //
            // TODO: Add code to start application here
            //
            var installerTest = new InstallerTest();

            installerTest.Install();

            installerTest.Uninstall();
        }
コード例 #2
0
ファイル: InstallerTest.cs プロジェクト: erashid/Scheduler
        static void Main()
        {
            //
            // TODO: Add code to start application here
            //
            var installerTest = new InstallerTest();

            installerTest.Install();

            installerTest.Uninstall();
        }