예제 #1
0
파일: Program.cs 프로젝트: jtsshieh/BlemOS
 static void Main()
 {
     Application.EnableVisualStyles();
     Application.SetCompatibleTextRenderingDefault(false);
     PersistentSettings.load();
     new Main.LoginScreen().Show();
     Application.Run();
 }
예제 #2
0
 private void button4_Click(object sender, EventArgs e)
 {
     PersistentSettings.load();
 }