using (var p1 = new PerformanceCounter("Process", "Working Set - Private", "qq")) { label8.Text = ( p1.NextValue() / 1024).ToString();
}