Пример #1
0
        static MonoLevelEntity()
        {
            ConfigCommonEntity entity = new ConfigCommonEntity {
                CommonArguments  = new ConfigEntityCommonArguments(),
                EntityProperties = new Dictionary <string, ConfigAbilityPropertyEntry>()
            };

            LEVEL_ENTITY_COMMON_CONFIG = entity;
        }
 public frmConfigCommon()
 {
     InitializeComponent();
     _configCommon = new ConfigCommonEntity();
 }