Esempio n. 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);
 }
Esempio n. 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);
 }
Esempio n. 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;
 }
Esempio n. 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;
 }