コード例 #1
0
ファイル: FileRepo.cs プロジェクト: andrei-alex-m/CadSys
 public void ClearAll()
 {
     IOExtensions.ClearDirectory(dirPath);
 }