mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-08-31 14:25:16 +00:00
Fixed Issue 66.
This commit is contained in:
@@ -455,5 +455,12 @@ namespace OpenHardwareMonitor.GUI {
|
||||
fahrenheitToolStripMenuItem.Checked = true;
|
||||
UnitManager.TemperatureUnit = TemperatureUnit.Fahrenheit;
|
||||
}
|
||||
|
||||
private void sumbitReportToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
ReportForm form = new ReportForm();
|
||||
form.Report = computer.GetReport();
|
||||
form.ShowDialog();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user