コード例 #1
0
 private void StartInstallation()
 {
     InstallerProcessHelper processHelper = new InstallerProcessHelper(this);
     processHelper.LaunchInstaller();
 }
コード例 #2
0
        private void StartInstallation()
        {
            InstallerProcessHelper processHelper = new InstallerProcessHelper(this);

            processHelper.LaunchInstaller();
        }