ATMLCommonLibrary.controls.uut.SoftwareUUTControl.SoftwareUUTControl C# (CSharp) Метод

SoftwareUUTControl() публичный Метод

public SoftwareUUTControl ( ) : System
Результат System
        public SoftwareUUTControl()
        {
            InitializeComponent();
            warningTextList.AddColumn( "Warning", "warning" );
            //documentListControl.Initialize( typeof(Document),
            //                                    typeof(DocumentForm),
            //                                    new Tuple<string, string, double>("Name", "ToString()", 1.0 )
            //                                    );
            statusCodeListControl.Initialize(typeof(SoftwareUUTStatusCode),
                                                typeof(UUTStatusCodeForm),
                                                new Tuple<string, string, double>("Id", "codeID", .15),
                                                new Tuple<string, string, double>("Code", "CodeString", .15),
                                                new Tuple<string, string, double>("Meaning", "CodeMeaning", .70)
                                                );
        }