HomeGuidContent.xaml.cs 313 B

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