Beispiel #1
0
 private void publishROM_Click(object sender, EventArgs e)
 {
     if (AppControl.Publish())
     {
         UpdateRomInfo();
     }
 }