25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
320 B

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