Exemplo n.º 1
0
 private void CallExecute(ExceptionsBase exceptionsBase)
 {
     try
     {
         exceptionsBase.Call();
     }
     catch (ArgumentException)
     {
     }
 }