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