Beispiel #1
0
 public FrameworkClass(string name, string code, string title, LicenceTyp typ)
 {
     Name  = name;
     Code  = code;
     Typ   = typ;
     Title = title;
 }
Beispiel #2
0
 public FrameworkClass(string name, string code,string title,LicenceTyp typ)
 {
     Name = name;
     Code = code;
     Typ = typ;
     Title = title;
 }