ATMLCommonLibrary.controls.network.MappingListControl.InitListView C# (CSharp) Method

InitListView() private method

private InitListView ( ) : void
return 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");
        }