void launcher() { SavingFeatures sf = new SavingFeatures(); timer1.Stop(); this.Hide(); if (File.Exists(sf.pathMain())) { LoginAccount au = new LoginAccount(); au.ShowDialog(); } else { User_Account ua = new User_Account(); ua.ShowDialog(); } }