示例#1
0
文件: Main.cs 项目: pjf/CKAN
 private static int Clean(CKAN.KSP current_instance)
 {
     current_instance.CleanCache();
     return Exit.OK;
 }