예제 #1
0
 private void Button_Click(object sender, RoutedEventArgs e)
 {
     Config.Save();
     Winrate.RefreshStats();
     Close();
 }
예제 #2
0
 public void OnLoad()
 {
     Winrate.Load();
 }