ソースを参照

测试状态日志

yuzhengyang 7 年 前
コミット
14f7abfcea

BIN
Fork.Net/.vs/Fork.Net/v15/Server/sqlite3/storage.ide


BIN
Fork.Net/.vs/Fork.Net/v15/sqlite3/storage.ide


+ 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;
 
@@ -14,6 +15,7 @@ namespace Test.BlackBox
         }
         private void Form1_Load(object sender, EventArgs e)
         {
+            var ram = ComputerInfoTool.RAMModel();
         }
         private void BTStartBB_Click(object sender, EventArgs e)
         {