コード例 #1
0
 void DateRetriever()
 {
     try
     {
         dn.RetourDatasBapteme(recptTxt.Text, lieuTxt, pastTxt);
     }
     catch (Exception)
     {
     }
 }