コード例 #1
0
ファイル: Categorias.xaml.cs プロジェクト: andreolvgomes/Soft
 private bool CheckValidation()
 {
     if (!MessageValid(controller.ValidCat_descricao()))
     {
         return(false);
     }
     return(true);
 }