Ejemplo n.º 1
0
 private void timer2_Tick(object sender, EventArgs e)
 {
     textBox1.Text = CPInfo.OutputResult(CPInfo.GetHardwareInfo("Win32_Processor", "CurrentClockSpeed")) + " MHz";
 }
Ejemplo n.º 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";
 }
Ejemplo n.º 3
0
 private void timer1_Tick(object sender, EventArgs e)
 {
     textBox4.Text = CPInfo.OutputResult(CPInfo.GetHardwareInfo("Win32_Processor", "LoadPercentage")) + "%";
 }