Exemplo n.º 1
0
 public void PendEdit(ILocalPath path)
 {
     _workspace.PendEdit(path.AsString());
     _pendingChanges.Add(path.AsString());
 }