Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. using CustomControls;
  2.  
  3. namespace WpfApplication1
  4. {
  5.     /// <summary>
  6.     /// Interaction logic for MainWindow.xaml
  7.     /// </summary>
  8.     public partial class MainWindow : CustomWindow
  9.     {
  10.         public MainWindow()
  11.         {
  12.             InitializeComponent();
  13.         }
  14.     }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement