Exemplo n.º 1
0
 public Create()
 {
     InitializeComponent();
     this.viewmodel   = new Contents.ManifestOutgoing.ManifestOutGoingCreateVM();
     this.DataContext = viewmodel;
 }