Пример #1
0
 public void CreateEntity(string name, BangDBWindowType swType, BangDBCountType countType)
 {
     BangDBNative.CreateEntitySW(_swentity, name, name.Length, (int)swType, (int)countType);
 }