ATMLCommonLibrary.controls.path.PathNodeListControl.InitListView C# (CSharp) 메소드

InitListView() 개인적인 메소드

private InitListView ( ) : void
리턴 void
        private void InitListView()
        {
            DataObjectName = "PathNode";
            DataObjectFormType = typeof (PathNodeForm);
            AddColumnData("Name", "name", 1.0);
            InitColumns();
        }