예제 #1
0
 static public EntityDef[] GetEntityDefs()
 {
     using (BasicChannel channel = new BasicChannel())
     {
         return(channel.GetEntityDefs());
     }
 }