ATML1671Reader.controls.TpsSoftwareReferenceControl.TpsSoftwareReferenceControl C# (CSharp) 메소드

TpsSoftwareReferenceControl() 공개 메소드

public TpsSoftwareReferenceControl ( ) : System
리턴 System
        public TpsSoftwareReferenceControl()
        {
            InitializeComponent();
            documentControl.ValidationEnabled = false;
            itemDescriptionReferenceControl.DocumentType = dbDocument.DocumentType.SUP_SOFTWARE;
            foreach (TabPage page in tabControl1.TabPages)
                page.BackColor = ATMLContext.COLOR_PANEL;
        }