Esempio n. 1
0
 public FBType(string name, string comment, FBClass type, bool isRoot = false)
 {
     Name    = name;
     Comment = comment;
     Type    = type;
     IsRoot  = isRoot;
 }
Esempio n. 2
0
 public FBType(string name, string comment, FBClass type, bool isRoot = false)
 {
     Name = name;
     Comment = comment;
     Type = type;
     IsRoot = isRoot;
 }