Beispiel #1
0
 private void timer2_Tick(object sender, EventArgs e)
 {
     textBox1.Text = CPInfo.OutputResult(CPInfo.GetHardwareInfo("Win32_Processor", "CurrentClockSpeed")) + " MHz";
 }
Beispiel #2
0
 private void DynamicParams_Load(object sender, EventArgs e)
 {
     textBox4.Text = CPInfo.OutputResult(CPInfo.GetHardwareInfo("Win32_Processor", "LoadPercentage")) + "%";
     textBox1.Text = CPInfo.OutputResult(CPInfo.GetHardwareInfo("Win32_Processor", "CurrentClockSpeed")) + " MHz";
 }
Beispiel #3
0
 private void timer1_Tick(object sender, EventArgs e)
 {
     textBox4.Text = CPInfo.OutputResult(CPInfo.GetHardwareInfo("Win32_Processor", "LoadPercentage")) + "%";
 }