/// <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); }
/// <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); }
/// <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; }
/// <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; }