public MainForm() { InitializeComponent(); accountForm = new AccountsForm(); account = new Account(); account.Name = "olololo"; label2.Text += account.Name; loadLauncherSettings(); if (launchSettings == null) { //set defaul val launchSettings = new LauncherSettings(); launchSettings.setDefaultSettings(); SaveLauncherSettings(); } settingsForm = new SettingsForm(); }