Browse Source

Merge branch 'master' of https://github.com/yuzhengyang/Fork

# Conflicts:
#	Fork.Net/.vs/Fork.Net/v15/Server/sqlite3/storage.ide
#	Fork.Net/.vs/Fork.Net/v15/sqlite3/storage.ide
yuzhengyang 7 years ago
parent
commit
42f2f38c68
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Fork.Net/Test/Test.BlackBox/Form1.cs

+ 2 - 0
Fork.Net/Test/Test.BlackBox/Form1.cs

@@ -1,5 +1,6 @@
 using Azylee.Core.LogUtils.SimpleLogUtils;
 using Azylee.Core.LogUtils.StatusLogUtils;
+using Azylee.Core.WindowsUtils.InfoUtils;
 using System;
 using System.Windows.Forms;
 
@@ -15,6 +16,7 @@ namespace Test.BlackBox
         }
         private void Form1_Load(object sender, EventArgs e)
         {
+            var ram = ComputerInfoTool.RAMModel();
         }
         private void BTStartBB_Click(object sender, EventArgs e)
         {