コード例 #1
0
 public DataBaseCommunications()
 {
     database = new DataClasses1DataContext();
 }
コード例 #2
0
 private void refreshDatabaseConnection()
 {
     //reinitialize the database connection to clear out references
     database = new DataClasses1DataContext();
 }