星火微课系统客户端
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

LoadDialog.xaml.cs 269B

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