ATMLCommonLibrary.controls.network.MappingListControl.InitListView C# (CSharp) 메소드

InitListView() 개인적인 메소드

private InitListView ( ) : void
리턴 void
        private void InitListView()
        {
            SetAddButtonTooltip("Press to add a new Mapping");
            SetEditButtonTooltip("Press to edit the selected Mapping");
            SetDeleteButtonTooltip("Press to delete the selected Mapping");
        }