Skip to content

Commit c63d8d7

Browse files
committed
Add method ExecuteImpl for reorganization src
1 parent 5744312 commit c63d8d7

File tree

1 file changed

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

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,11 @@ protected virtual void ExecutePrivate()
5858
{
5959

6060
}
61-
public IGxContext context
61+
protected virtual void ExecuteImpl()
62+
{
63+
ExecutePrivate();
64+
}
65+
public IGxContext context
6266
{
6367
get { return _Context; }
6468
set { _Context = value; }

0 commit comments

Comments
 (0)