private void InitStylishForm(Form parent)
        {
            launcherForm            = new LauncherFormShared();
            launcherForm.Parent     = parent;
            launcherForm.FormStyle  = Settings.Style.Stylish;
            launcherForm.Tree       = mapsBox;
            launcherForm._TreeCache = _fieldsTreeCache;

            hostPanelOpen            = true;
            HideMasterAddressWarning = false;
        }
Пример #2
0
 private void LauncherFormStylishServerInfo_Load(object sender, EventArgs e)
 {
     LauncherFormShared.LoadServerInformation(ServerInfo);
 }