Artemis.Profiles.Layers.Models.LayerConditionModel.LayerConditionModel C# (CSharp) 메소드

LayerConditionModel() 공개 메소드

public LayerConditionModel ( ) : System
리턴 System
        public LayerConditionModel()
        {
            _interpreter = new Interpreter();
        }