コード例 #1
0
ファイル: Pest.cs プロジェクト: tempbottle/INCC6
 public bool SwitchDB(string dbFile)
 {
     return(DBMain.SwitchDB(dbFile));
 }