Beispiel #1
0
 /// <summary>
 /// Prompts the user about chenging the filesize of the ROM
 /// </summary>
 void Core_ROMSizeChanged(object sender, EventArgs e)
 {
     if (Prompt.ChangeROMSize() == DialogResult.No)
     {
     }
 }