コード例 #1
0
 private DataTableLog()
 {
     //Subcribe to the event so we know when a new scan have been made
     DBController.getInstance().NewRequest += DataTableLog_NewRequest;
 }
コード例 #2
0
 private void Dbcallaction(object obj)
 {
     //Tells the DBController to run this method
     DBController.getInstance().DbLog();
 }