예제 #1
0
 public virtual void Export(FilePath localPath, FilePath exportLocation, IProgressMonitor monitor)
 {
     Bazaar.Export(localPath.FullPath, exportLocation.FullPath, monitor);
 }