public iFormConfigurationWindow(object hook)
 {
     InitializeComponent();
     this.Hook = hook;
     UpdateIFormsConfiguration();
     s_window = this;
 }
 protected override IntPtr OnCreateChild()
 {
     m_windowUI = new iFormConfigurationWindow(this.Hook);
     return m_windowUI.Handle;
 }