Beispiel #1
0
 public MainWindow()
 {
     DataContext = new vm_Profile();
     InitializeComponent();
 }
 public ProfileOwner()
 {
     DataContext = new vm_Profile();
     InitializeComponent();
 }