浏览代码

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 年之前
父节点
当前提交
42f2f38c68
共有 1 个文件被更改,包括 2 次插入0 次删除
  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.SimpleLogUtils;
 using Azylee.Core.LogUtils.StatusLogUtils;
 using Azylee.Core.LogUtils.StatusLogUtils;
+using Azylee.Core.WindowsUtils.InfoUtils;
 using System;
 using System;
 using System.Windows.Forms;
 using System.Windows.Forms;
 
 
@@ -15,6 +16,7 @@ namespace Test.BlackBox
         }
         }
         private void Form1_Load(object sender, EventArgs e)
         private void Form1_Load(object sender, EventArgs e)
         {
         {
+            var ram = ComputerInfoTool.RAMModel();
         }
         }
         private void BTStartBB_Click(object sender, EventArgs e)
         private void BTStartBB_Click(object sender, EventArgs e)
         {
         {