source:
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/4.0.3/EPPlus-4.0.3/Utils/IValidationResult.cs
@
14827
Last change on this file since 14827 was 12074, checked in by sraggl, 10 years ago | |
---|---|
File size: 235 bytes |
Rev | Line | |
---|---|---|
[12074] | 1 | using System; |
2 | using System.Collections.Generic; | |
3 | using System.Linq; | |
4 | using System.Text; | |
5 | ||
6 | namespace OfficeOpenXml.Utils | |
7 | { | |
8 | public interface IValidationResult | |
9 | { | |
10 | void IsTrue(); | |
11 | void IsFalse(); | |
12 | } | |
13 | } |
Note: See TracBrowser
for help on using the repository browser.