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