コード例 #1
0
ファイル: Installer.cs プロジェクト: tsingui/CHIMP
 private bool Format(string fileSystem, string label)
 {
     return(InstallService.Format(fileSystem, label));
 }