Exemple #1
0
 public SetupNode(SetupStandaloneXml setup)
     : base("setup") => Content = setup;
Exemple #2
0
 public SetupXml(SetupStandaloneXml standalone)
 => Commands = standalone.Commands;