예제 #1
0
파일: Pest.cs 프로젝트: tempbottle/INCC6
 public bool SwitchDB(string dbFile)
 {
     return(DBMain.SwitchDB(dbFile));
 }