Ejemplo n.º 1
0
 void al_KullaniciIdDondurCompleted(object sender, KullaniciIdDondurCompletedEventArgs e)
 {
     try
     {
         UygulamaGiris(e.Result);
     }
     catch (Exception ex)
     {
         MessageBox.Show(ex.Message);
     }
 }
Ejemplo n.º 2
0
 void al_KullaniciIdDondurCompleted(object sender, KullaniciIdDondurCompletedEventArgs e)
 {
     try
     {
         UygulamaGiris(e.Result);
     }
     catch (Exception ex)
     {
         MessageBox.Show(ex.Message);
     }
 }