Exemplo n.º 1
0
 public ModuleMetadata()
 {
     Properties = new NameObjectCollection();
 }
Exemplo n.º 2
0
 public AppContext()
 {
     User = new UserIdentity(null, null);
     Content = new NameObjectCollection();
 }
Exemplo n.º 3
0
 public PresenterMetadata()
 {
     Module = new ModuleMetadata();
     Properties = new NameObjectCollection();
 }