Esempio n. 1
0
 public void PendAdd(ILocalPath path)
 {
     _workspace.PendAdd(path.AsString());
     _pendingChanges.Add(path.AsString());
 }