public void LoadServer(string configString) { editor.DiscardChanges(); editor.SelectSection(0); LoadConfig(configString); Update(); editor.ShowSection(); }
public void LoadServer(int index) { editor.DiscardChanges(); editor.SelectSection(0); LoadConfig(index); Update(); editor.ShowSection(); }