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