Skip to content

Commit 4db3969

Browse files
Add ExecFormAsync
1 parent 00cc432 commit 4db3969

File tree

1 file changed

+5
-0
lines changed
  • dotnet/src/dotnetframework/GxClasses/Reorg

1 file changed

+5
-0
lines changed

dotnet/src/dotnetframework/GxClasses/Reorg/GXReorg.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ protected virtual async Task ExecuteImplAsync()
6666
{
6767
await ExecutePrivateAsync();
6868
}
69+
public virtual Task ExecFormAsync()
70+
{
71+
return Task.CompletedTask;
72+
}
73+
6974
#endif
7075

7176
protected virtual void ExecutePrivate()

0 commit comments

Comments
 (0)