コード例 #1
0
 public GNIDA1(string FlirtCfg)
 {
     flirt = new Flirt(FlirtCfg);
     FullProcList.Parent = this;
     VarDict.Parent      = this;
 }
コード例 #2
0
ファイル: GNIDA.cs プロジェクト: Rex-Hays/GNIDA2
 public GNIDA1(string FlirtCfg)
 {
     flirt = new Flirt(FlirtCfg);
     FullProcList.Parent = this;
     VarDict.Parent = this;
 }