LoadUI() public method

public LoadUI ( ) : void
return void
        private void MaxPluginForm_Load(object sender, EventArgs e)
        {
#if !DEBUG
            HideDebugUI();
#endif
            Settings.Read();
            brg = new BrgMax(this);
            grn = new GrnMax(this);
            brg.LoadUI();
            grn.LoadUI();
            model = brg;
        }