Esempio n. 1
0
 public InvalidModPopup(Blep.BlepOut mainfotm, string modname)
 {
     InitializeComponent();
     mf = mainfotm;
     if (modname != null)
     {
         label1.Text = ($"The mod you are trying to enable ({modname}) is INVALID. Launching the game with it will most likely result in an immediate crash.\nFor more details, see HELP&&INFO window.");
     }
     mf.Enabled = false;
 }
Esempio n. 2
0
 public InfoWindow(Blep.BlepOut mainform)
 {
     InitializeComponent();
     mf = mainform;
 }
Esempio n. 3
0
 public PartYeet(Blep.BlepOut mainform)
 {
     mf         = mainform;
     mf.Enabled = false;
     InitializeComponent();
 }
 public MetafilePurgeSuggestion(Blep.BlepOut mainform)
 {
     mf = mainform;
     InitializeComponent();
     mf.Enabled = false;
 }