コード例 #1
0
ファイル: SystemBLL.cs プロジェクト: alexit2013/PSS
 /// <summary>
 /// 数据还原
 /// </summary>
 public static void RestoreDataBase()
 {
     SystemDAL.RestoreDataBase();
 }