aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS/SystemInfo.vb
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS/SystemInfo.vb')
-rw-r--r--ShiftOS/SystemInfo.vb4
1 files changed, 4 insertions, 0 deletions
diff --git a/ShiftOS/SystemInfo.vb b/ShiftOS/SystemInfo.vb
index 56b2d70..7f1eeff 100644
--- a/ShiftOS/SystemInfo.vb
+++ b/ShiftOS/SystemInfo.vb
@@ -443,4 +443,8 @@
SysInfoBox4.Text = (String.Format("{0} Megabytes", System.Math.Round(My.Computer.Info.TotalPhysicalMemory / (1024 * 1024)), 2).ToString)
End Sub
+ Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
+ File_Saver.savingprogram = "sysinf"
+ File_Saver.Show()
+ End Sub
End Class \ No newline at end of file