コード例 #1
0
ファイル: MainViewModel.cs プロジェクト: LhomNoir/MdManager
 private void ValidateRegularExpression(IEntityValidator entityValidator, IEntity regularExpression)
 {
     MetaDataService.SaveRegularExpression(entityValidator, (IRegularExpression)regularExpression);
 }