Пример #1
0
 public void DeleteRootMap(Guid domainId, Guid rootMapId)
 {
     ServiceProxy.DeleteRootMapAsync(System.Windows.Browser.HtmlPage.Document.DocumentUri.ToString(), domainId, rootMapId, rootMapId);
 }
Пример #2
0
 public void DeleteRootMap(Guid domainId, Guid rootMapId)
 {
     ServiceProxy.DeleteRootMapAsync(CallingUrl.Url, domainId, rootMapId, rootMapId);
 }