Ejemplo n.º 1
0
 /// <summary>
 /// Deletes the specified unit name.
 /// </summary>
 /// <param name="unitName">Name of the unit.</param>
 public void Delete(string unitName)
 {
     m_workspace.Delete(unitName);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deletes the specified unitname with added current namespace.
 /// </summary>
 /// <param name="unitname">The unitname.</param>
 public void Delete(string unitname)
 {
     m_parentWorkspace.Delete(GetFullNamespacePath(unitname));
 }