コード例 #1
0
ファイル: ScanDetector.cs プロジェクト: code-mx/fireBwall
 public override fireBwall.UI.DynamicUserControl  GetUserInterface()
 {
     detect = new ScanDetectorUI(this)
     {
         Dock = System.Windows.Forms.DockStyle.Fill
     };
     return(detect);
 }
コード例 #2
0
 public override System.Windows.Forms.UserControl GetControl()
 {
     detect = new ScanDetectorUI(this)
     {
         Dock = System.Windows.Forms.DockStyle.Fill
     };
     return(detect);
 }
コード例 #3
0
ファイル: ScanDetector.cs プロジェクト: zzz654321/fireBwall
 public override fireBwall.UI.DynamicUserControl  GetUserInterface()
 {
     detect = new ScanDetectorUI(this) { Dock = System.Windows.Forms.DockStyle.Fill };
     return detect;
 }
コード例 #4
0
ファイル: ScanDetector.cs プロジェクト: hatRiot/fireBwall
 public override System.Windows.Forms.UserControl GetControl()
 {
     detect = new ScanDetectorUI(this) { Dock = System.Windows.Forms.DockStyle.Fill };
     return detect;
 }