You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
272 B

  1. using System.Windows;
  2. using System.Windows.Controls;
  3. using System.Windows.Media;
  4. namespace HKCardIN.Views
  5. {
  6. public partial class RootView : HandyControl.Controls.Window
  7. {
  8. public RootView()
  9. {
  10. InitializeComponent();
  11. }
  12. }
  13. }