ATML1671Reader.controls.TpsSoftwareReferenceListControl.InitListView C# (CSharp) Method

InitListView() private method

private InitListView ( ) : void
return void
        private void InitListView()
        {
            DataObjectName = "ConfigurationSoftwareReference";
            DataObjectFormType = typeof (TPSSoftwareReferenceForm);
            AddColumnData("Value", "ToString()", 1.00);
            InitColumns();
        }