Esempio n. 1
0
 /// <summary>
 /// The BtnResim_Click
 /// </summary>
 /// <param name="sender">The <see cref="object"/></param>
 /// <param name="e">The <see cref="RoutedEventArgs"/></param>
 private void BtnResim_Click(object sender, RoutedEventArgs e)
 {
     if (Resim.EskiİşletimSistemi())
     {
         MessageBox.Show("Eski İşletim Sistemlerinde Resim Yükleyemezsin. Sisteminizi Güncelleyin.");
         return;
     }
     new Resim
     {
         Owner = this,
         WindowStartupLocation = WindowStartupLocation.CenterScreen,
         WindowState           = WindowState.Normal
     }.ShowDialog();
 }
Esempio n. 2
0
 /// <summary>
 /// The CmbResimKaydet_Click
 /// </summary>
 /// <param name="sender">The <see cref="object"/></param>
 /// <param name="e">The <see cref="RoutedEventArgs"/></param>
 private void CmbResimKaydet_Click(object sender, RoutedEventArgs e) => Resim.ComboBoxResimKaydet(e);