private void Apa_E_S_Click(object sender, RoutedEventArgs e) { Insert.ApartmanEdariS w = new Insert.ApartmanEdariS(); //w.Topmost = true; if (w.newId != null && w.newId.Length > 0) { w.Show(); } }
private void INES(object sender, RoutedEventArgs e) { Insert.ApartmanEdariS w = new Insert.ApartmanEdariS(); w.Topmost = true; if (w.newId.Length > 0) { w.Show(); } }
private void Apa_E_S_Click(object sender, RoutedEventArgs e) { if (session.allowInsert) { Insert.ApartmanEdariS w = new Insert.ApartmanEdariS(); //w.Topmost = true; if (w.newId != null && w.newId.Length > 0) { w.Show(); } } else { MessageBox.Show("شما اجازه دسترسی به این قسمت را ندارید", "عدم اجازه دسترسی", MessageBoxButton.OK, MessageBoxImage.Warning); } }
private void INES(object sender, RoutedEventArgs e) { if (session.allowInsert) { Insert.ApartmanEdariS w = new Insert.ApartmanEdariS(); w.Topmost = true; if (w.newId != null && w.newId.Length > 0) w.Show(); } else { MessageBox.Show("شما اجازه دسترسی به این قسمت را ندارید", "عدم اجازه دسترسی", MessageBoxButton.OK, MessageBoxImage.Warning); } }
private void INES(object sender, RoutedEventArgs e) { Insert.ApartmanEdariS w = new Insert.ApartmanEdariS(); w.Topmost = true; if (w.newId.Length > 0) w.Show(); }
private void Apa_E_S_Click(object sender, RoutedEventArgs e) { Insert.ApartmanEdariS w = new Insert.ApartmanEdariS(); //w.Topmost = true; if (w.newId != null && w.newId.Length > 0) w.Show(); }