ATML1671Translator.model.control.control C# (CSharp) 메소드

control() 공개 메소드

public control ( ) : System
리턴 System
        public control()
        {
            _items = new List<object>();
        }