HeapProfiler.MainWindow.ViewAllocationCountMenu_Click C# (CSharp) Метод

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

private ViewAllocationCountMenu_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void
        private void ViewAllocationCountMenu_Click(object sender, EventArgs e)
        {
            SnapshotTimeline.ItemValueGetter = GetAllocationCount;
            SnapshotTimeline.ItemValueFormatter = FormatCount;
        }
MainWindow