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