Exemplo n.º 1
0
 private void SingIn_Click(object sender, RoutedEventArgs e)
 {
     try
     {
         HostSingIn hostSingIn = new HostSingIn();
         hostSingIn.ShowDialog();
     }
     catch (Exception ex) { MessageBox.Show(ex.Message); }
 }
        private void SingIn_Click(object sender, RoutedEventArgs e)
        {
            HostSingIn hostSingIn = new HostSingIn();

            hostSingIn.ShowDialog();
        }