예제 #1
0
 public bool IsReadyForCopy()
 {
     return(!(TargetPath.IsEmpty() && SourcePath.IsEmpty()));
 }