初始化上传
This commit is contained in:
13
常用工具集/Views/04破解及系统相关/服务器性能监控.axaml.cs
Normal file
13
常用工具集/Views/04破解及系统相关/服务器性能监控.axaml.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Avalonia;
|
||||
using Avalonia.Controls;
|
||||
using Avalonia.Markup.Xaml;
|
||||
|
||||
namespace 常用工具集;
|
||||
|
||||
public partial class 服务器性能监控 : UserControl
|
||||
{
|
||||
public 服务器性能监控()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user