Inheritance: cleanLayer.Library.BotBase
コード例 #1
0
 public GrindBotForm(Grindbot bot)
 {
     _Parent = bot;
     InitializeComponent();
 }
コード例 #2
0
ファイル: Grindbot.cs プロジェクト: Vipeax/cleanLayer
 public GrindBotForm(Grindbot bot)
 {
     _Parent = bot;
     InitializeComponent();
 }