Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
1,041
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.19 KB | None | 0 0
  1.    public sealed partial class MainPage : Page
  2.     {
  3.         public MainPage()
  4.         {
  5.             this.InitializeComponent();
  6.         }
  7.  
  8.         public MyVM Vm = new MyVM();
  9.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement