Advertisement
jkmaster9918

LoginRegister Code-Behind

Jul 2nd, 2011
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.25 KB | None | 0 0
  1. namespace SpaceTakeover
  2. {
  3.     public partial class LoginRegisterPage : UserControl
  4.     {
  5.         public LoginRegisterPage()
  6.         {
  7.             InitializeComponent();
  8.             DataContext = new ViewModelLoginRegister();
  9.         }
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement