Beispiel #1
0
 private static void NextInstallation(object s, EventArgs e)
 {
     if (((CheckBox)(Asset.FindByName("AcceptTerms").GetEntity())).CheckState == CheckState.Checked)
     {
         Scene.Hide("Copyright");
         Installation.Draw();
     }
 }
Beispiel #2
0
 private static void CRetry(object s, EventArgs e)
 {
     Scene.Hide("Retry");
     Installation.Draw();
 }