コード例 #1
0
 public static bool CanRemove(Repository vc, string path)
 {
     if (vc.CanRemove(path))
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }
コード例 #2
0
		public static bool CanRemove (Repository vc, string path) {
			if (vc.CanRemove(path)) 
				return true;
			else
				return false;
		}