Exemple #1
0
 public App()
 {
     this.InitializeComponent();
     this.Suspending += OnSuspending;
     DBAdapter.InitializeConnection();
 }