16 lines
291 B
C#
16 lines
291 B
C#
using System.Windows.Controls;
|
|
|
|
namespace FileUploadWpf
|
|
{
|
|
/// <summary>
|
|
/// UserControl1.xaml 的交互逻辑
|
|
/// </summary>
|
|
public partial class UserControl1 : UserControl
|
|
{
|
|
public UserControl1()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|