Sign in
appsheet-third-party
/
epplus
/
c6cbbb88a950ad7e281b8dadbcfb2672b202732f
/
.
/
EPPlus
/
FormulaParsing
/
IParsingLifetimeEventHandler.cs
blob: 1c6d31b3f54459ffd06ac4c01b7f5c1d54ffdc0b [
file
] [
log
] [
blame
]
using
System
;
using
System
.
Collections
.
Generic
;
using
System
.
Linq
;
using
System
.
Text
;
namespace
OfficeOpenXml
.
FormulaParsing
{
public
interface
IParsingLifetimeEventHandler
{
void
ParsingCompleted
();
}
}