This class represents a node in the cloud explorer that shows a clickable link.
Inheritance: TreeHierarchy
 public CloudConsoleSource()
 {
     Root = new TreeLeafLink(s_consoleLink);
 }
コード例 #2
0
 public CloudConsoleSource()
 {
     Root = new TreeLeafLink(s_consoleLink);
 }