Exemplo n.º 1
0
 public RootMenu (String Name, EntryTyp Typ)
     : base (Name, Typ)
     {
     }
Exemplo n.º 2
0
 public TreeEntry (String NameParameter, EntryTyp TypParameter)
     {
     Name = NameParameter;
     Typ = TypParameter;
     }