Beispiel #1
0
 private void MountButton_Click(object sender, EventArgs e)
 {
     Console.WriteLine("Now mounting {0}...", Global.Diablo.GAME_NAME);
     CDMounter.InstallService();
     CDMounter.MountImage(Global.Diablo.CD_PATH);
     MainMenuButton.Text = "Unmount and " + InstallerWindow.MAIN_MENU_BUTTON_TEXT;
 }
Beispiel #2
0
 private void MountButton_Click(object sender, EventArgs e)
 {
     CDMounter.MountImage(Diablo2CDMenu.CD_PATH);
     MainMenuButton.Text = "Unmount and " + InstallerWindow.MAIN_MENU_BUTTON_TEXT;
 }