返回提交历史
Modified
SeaOfRadiationEditor/MainForm.cs
+0
-1
Modified
SeaOfRadiationEditor/SystemProfile.cs
+1
-3
XFEstudio/SeaOfRadiationEditor
修复部分bug
fc83f9f
代码差异
2 个文件
+1
-4
@@ -64,7 +64,6 @@ public partial class MainForm : Form
64
64
textBox1.Enabled = false;
65
65
await Task.Delay(5);
66
66
Program.Manager["Reset"].Write(int.Parse(textBox1.Text));
67
resetItem.Write(int.Parse(textBox1.Text));
68
67
}
69
68
catch (Exception ex)
70
69
{
@@ -1,6 +1,4 @@
1
using XFEExtension.NetCore.ProfileExtension;
2
3
namespace SeaOfRadiationEditor;
1
namespace SeaOfRadiationEditor;
4
2
5
3
public static class SystemProfile
6
4
{