예제 #1
0
파일: Installer.cs 프로젝트: tsingui/CHIMP
 private bool SetBootable(string fileSystem)
 {
     return(InstallService.SetBootable(fileSystem));
 }