public static SettingsView getInstance() { if (instance == null) { instance = new SettingsView(); } return(instance); }
public SettingsView() { this.InitializeComponent(); instance = this; }