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