ATMLCommonLibrary.controls.resource.ResourceListControl.InitListView C# (CSharp) Метод

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

private InitListView ( ) : void
Результат void
        private void InitListView()
        {
            Initialize(typeof (Resource),
                       typeof (ResourceForm),
                       new Tuple<string, string, double>("Index", "index", .10),
                       new Tuple<string, string, double>("Name", "name", .25),
                       new Tuple<string, string, double>("Description", "Description", .25),
                       new Tuple<string, string, double>("Base Index", "baseIndex", .10),
                       new Tuple<string, string, double>("Count", "count", .10),
                       new Tuple<string, string, double>("Inc. By", "incrementBy", .10),
                       new Tuple<string, string, double>("Repl.Char", "replacementCharacter", .10)
                );
        }