コード例 #1
0
ファイル: InvalidModPopup.cs プロジェクト: thalber/BOI
 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;
 }
コード例 #2
0
ファイル: InfoWindow.cs プロジェクト: thalber/BOI
 public InfoWindow(Blep.BlepOut mainform)
 {
     InitializeComponent();
     mf = mainform;
 }
コード例 #3
0
 public PartYeet(Blep.BlepOut mainform)
 {
     mf         = mainform;
     mf.Enabled = false;
     InitializeComponent();
 }
コード例 #4
0
 public MetafilePurgeSuggestion(Blep.BlepOut mainform)
 {
     mf = mainform;
     InitializeComponent();
     mf.Enabled = false;
 }