Sign in
appsheet-third-party
/
epplus
/
165a2091de99677d0dd5306ae07d2deb60a26ae1
/
.
/
AppsheetEpplus
/
FormulaParsing
/
IParsingLifetimeEventHandler.cs
blob: f4eeed69b43c37bb4c372bfb8a7fb22c04efbcd0 [
file
] [
log
] [
blame
]
namespace
AppsheetEpplus
;
public
interface
IParsingLifetimeEventHandler
{
void
ParsingCompleted
();
}