UserControl1.xaml.cs 291 B

123456789101112131415
  1. using System.Windows.Controls;
  2. namespace FileUploadWpf
  3. {
  4. /// <summary>
  5. /// UserControl1.xaml 的交互逻辑
  6. /// </summary>
  7. public partial class UserControl1 : UserControl
  8. {
  9. public UserControl1()
  10. {
  11. InitializeComponent();
  12. }
  13. }
  14. }