Ejemplo n.º 1
0
 private void Tile8_Click(object sender, RoutedEventArgs e)
 {
     apps.StaffRegistration sreg = new apps.StaffRegistration();
     sreg.WindowState = WindowState.Maximized;
     sreg.ShowDialog();
 }
Ejemplo n.º 2
0
 private void Tile8_Click(object sender, RoutedEventArgs e)
 {
     apps.StaffRegistration sreg = new apps.StaffRegistration();
     sreg.WindowState = WindowState.Maximized;
     sreg.ShowDialog();
 }