mirror of
https://github.com/proxysu/ProxySU.git
synced 2024-11-24 06:06:07 +03:00
16 lines
311 B
C#
16 lines
311 B
C#
using MvvmCross.Platforms.Wpf.Views;
|
|
|
|
namespace ProxySuper.WPF.Views
|
|
{
|
|
/// <summary>
|
|
/// BrookConfigView.xaml 的交互逻辑
|
|
/// </summary>
|
|
public partial class BrookConfigView : MvxWindow
|
|
{
|
|
public BrookConfigView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|