void contact_Button_Click(object sender, RoutedEventArgs e) { var contactWindow = new ContactWindow(); contactWindow.Show(); }
void image1_MouseLeftButtonDown(object sender, MouseButtonEventArgs e) { var contactWindow = new ContactWindow(); contactWindow.Show(); }
void share_Button_MouseLeftButtonDown(object sender, MouseButtonEventArgs e) { ContactWindow contactWindow = new ContactWindow(); contactWindow.Show(); }