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