示例#1
0
 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
 public override fireBwall.UI.DynamicUserControl  GetUserInterface()
 {
     detect = new ScanDetectorUI(this) { Dock = System.Windows.Forms.DockStyle.Fill };
     return detect;
 }
示例#4
0
 public override System.Windows.Forms.UserControl GetControl()
 {
     detect = new ScanDetectorUI(this) { Dock = System.Windows.Forms.DockStyle.Fill };
     return detect;
 }