ATMLCommonLibrary.controls.specification.SpecificationsControl.SpecificationsControl C# (CSharp) Method

SpecificationsControl() public method

public SpecificationsControl ( ) : System
return System
        public SpecificationsControl()
        {
            InitializeComponent();
            conditionListControl.AddColumn( "Condition", "condition" );
            certificationListControl.AddColumn("Certification", "certification");
        }