Ejemplo n.º 1
0
 private void update_btn_Click(object sender, RoutedEventArgs e)
 {
     ExploitManager.FlushCache();
     update_btn.Content   = "Updateing...";
     update_btn.IsEnabled = false;
 }
Ejemplo n.º 2
0
 public App()
 {
     ExploitManager.Init();
     Application.Current.DispatcherUnhandledException += Current_DispatcherUnhandledException;
 }