1
0
mirror of https://github.com/proxysu/ProxySU.git synced 2024-11-22 13:16:09 +03:00
ProxySU/ProxySuper.WPF/MainWindow.xaml.cs

16 lines
290 B
C#
Raw Normal View History

2021-05-08 13:52:59 +03:00
using MvvmCross.Platforms.Wpf.Views;
namespace ProxySuper.WPF
{
/// <summary>
/// MainWindow.xaml 的交互逻辑
/// </summary>
2021-05-13 04:58:45 +03:00
public partial class MainWindow : MvxWindow
2021-05-08 13:52:59 +03:00
{
public MainWindow()
{
InitializeComponent();
}
}
}