ATMLCommonLibrary.controls.trigger.TriggerPortListControl.InitListView C# (CSharp) Метод

InitListView() приватный Метод

private InitListView ( ) : void
Результат void
        private void InitListView()
        {
            Initialize(typeof (TriggerPort),
                       typeof (TriggerPortForm),
                       new Tuple<string, string, double>("Name", "name", .30),
                       new Tuple<string, string, double>("Description", "Description", .30),
                       new Tuple<string, string, double>("Direction", "direction", .20),
                       new Tuple<string, string, double>("Type", "type", .20));
        }