Sign in
appsheet-third-party
/
epplus
/
d0678ed0e8a7acc31363e9d08dc7d3899a8f2177
/
.
/
EPPlus
/
Utils
/
IValidationResult.cs
blob: 61ef1c17cbc83bf760470b8220fb89213f0d620e [
file
] [
log
] [
blame
]
namespace
OfficeOpenXml
.
Utils
;
public
interface
IValidationResult
{
void
IsTrue
();
void
IsFalse
();
}