Ejemplo n.º 1
0
 public NoteView(int pkPId)
 {
     InitializeComponent();
     WindowStartupLocation = WindowStartupLocation.CenterScreen;
     DataContext           = _noteViewModel;
     _noteViewModel.GetParagraphsToNote(pkPId);
 }