Exemple #1
0
 public void CreateRootMap(Guid domainId, string mapName, Proxy.NodeType nodeType, string originalId)
 {
     ServiceProxy.CreateRootMapAsync(System.Windows.Browser.HtmlPage.Document.DocumentUri.ToString(), domainId, mapName, NodeTypes.ConvertProxyToService(nodeType), originalId);
 }
Exemple #2
0
 public void CreateRootMap(Guid domainId, string mapName, NodeType nodeType, string originalId)
 {
     ServiceProxy.CreateRootMapAsync(CallingUrl.Url, domainId, mapName, NodeTypes.ConvertProxyToService(nodeType), originalId);
 }