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