예제 #1
0
파일: Common.cs 프로젝트: vi34/fb2smv
 public FBType(string name, string comment, FBClass type, bool isRoot = false)
 {
     Name    = name;
     Comment = comment;
     Type    = type;
     IsRoot  = isRoot;
 }
예제 #2
0
파일: Common.cs 프로젝트: hermixy/fb2smv
 public FBType(string name, string comment, FBClass type, bool isRoot = false)
 {
     Name = name;
     Comment = comment;
     Type = type;
     IsRoot = isRoot;
 }