mirror of
https://github.com/leiurayer/downkyi.git
synced 2025-03-24 08:10:11 +08:00
16 lines
298 B
C#
16 lines
298 B
C#
using System.Windows.Controls;
|
|
|
|
namespace DownKyi.Views.Settings
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for ViewNetwork
|
|
/// </summary>
|
|
public partial class ViewNetwork : UserControl
|
|
{
|
|
public ViewNetwork()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|