HeapProfiler.MainWindow.ViewAllocationCountMenu_Click C# (CSharp) Méthode

ViewAllocationCountMenu_Click() private méthode

private ViewAllocationCountMenu_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void
        private void ViewAllocationCountMenu_Click(object sender, EventArgs e)
        {
            SnapshotTimeline.ItemValueGetter = GetAllocationCount;
            SnapshotTimeline.ItemValueFormatter = FormatCount;
        }
MainWindow