MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / clearListView

Method clearListView

PerformanceMonitor/MainForm.cs:112–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110 }
111
112 void clearListView()
113 {
114 foreach (ListViewItem item in listView_resourceCounter.Items)
115 {
116 item.SubItems[1].Text = "0";
117 item.SubItems[2].Text = "0";
118 }
119
120 foreach (ListView view in _ResourceStatusListView)
121 {
122 view.Items.Clear();
123 }
124 }
125
126 void Target_OnProcessTrace(DateTime t, TargetProgram.LogType type, string message)
127 {

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected