Exemplo n.º 1
0
 private void BIOSMaker_Click(object sender, EventArgs e)
 {
     BIOSMakerLabel.Text = HardwareInfo.GetBIOSmaker();
 }
Exemplo n.º 2
0
 private void MacAdress_Click(object sender, EventArgs e)
 {
     MacAdressLabel.Text = HardwareInfo.GetMACAddress();
 }
Exemplo n.º 3
0
 private void BIOSCaption_Click(object sender, EventArgs e)
 {
     BIOSCaptionLabel.Text = HardwareInfo.GetBIOScaption();
 }
Exemplo n.º 4
0
 private void CPUSpeed_Click(object sender, EventArgs e)
 {
     CPUSpeedLabel.Text = HardwareInfo.GetCpuSpeedInGHz().ToString();
 }
Exemplo n.º 5
0
 private void PcName_Click(object sender, EventArgs e)
 {
     PcNameLabel.Text = HardwareInfo.GetComputerName();
 }
Exemplo n.º 6
0
 private void CPUManuf_Click(object sender, EventArgs e)
 {
     CPUManufLabel.Text = HardwareInfo.GetCPUManufacturer();
 }
Exemplo n.º 7
0
 private void CPUClSpeed_Click(object sender, EventArgs e)
 {
     CPUClSpeedLabel.Text = HardwareInfo.GetCPUCurrentClockSpeed().ToString();
 }
Exemplo n.º 8
0
 private void RamSlots_Click(object sender, EventArgs e)
 {
     RamSlotsLable.Text = HardwareInfo.GetNoRamSlots();
 }
Exemplo n.º 9
0
 private void Memory_Click(object sender, EventArgs e)
 {
     MemoryLabel.Text = HardwareInfo.GetPhysicalMemory();
 }
Exemplo n.º 10
0
 private void BoardId_Click(object sender, EventArgs e)
 {
     BoardIdLabel.Text = HardwareInfo.GetBoardProductId();
 }
Exemplo n.º 11
0
 private void ProcInfo_Click(object sender, EventArgs e)
 {
     ProcInfoLabel.Text = HardwareInfo.GetProcessorInformation();
 }
Exemplo n.º 12
0
 private void ProcId_Click(object sender, EventArgs e)
 {
     ProcIdLabel.Text = HardwareInfo.GetProcessorId();
 }