示例#1
0
 /// <summary>
 /// returns the user control gui
 /// </summary>
 /// <returns>A UI!</returns>
 public override fireBwall.UI.DynamicUserControl  GetUserInterface()
 {
     // generate the UI and load the available lists
     guardUI = new IPGuardUI(this)
     {
         Dock = System.Windows.Forms.DockStyle.Fill
     };
     return(guardUI);
 }
示例#2
0
 /// <summary>
 /// returns the user control gui
 /// </summary>
 /// <returns>A UI!</returns>
 public override System.Windows.Forms.UserControl GetControl()
 {
     // generate the UI and load the available lists
     guardUI = new IPGuardUI(this)
     {
         Dock = System.Windows.Forms.DockStyle.Fill
     };
     return(guardUI);
 }
示例#3
0
 /// <summary>
 /// returns the user control gui
 /// </summary>
 /// <returns>A UI!</returns>
 public override fireBwall.UI.DynamicUserControl  GetUserInterface()
 {
     // generate the UI and load the available lists
     guardUI = new IPGuardUI(this) { Dock = System.Windows.Forms.DockStyle.Fill };
     return guardUI;
 }
示例#4
0
 /// <summary>
 /// returns the user control gui
 /// </summary>
 /// <returns>A UI!</returns>
 public override System.Windows.Forms.UserControl GetControl()
 {
     // generate the UI and load the available lists
     guardUI = new IPGuardUI(this) { Dock = System.Windows.Forms.DockStyle.Fill };
     return guardUI;
 }