Skip to content

Commit

Permalink
+renaming in BlazorView
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarancek committed Feb 23, 2024
1 parent 64578ff commit 7a1c83d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public void Retry()
if (Dialog != null && !Dialog._isOverInspected.Synchron)
{
RetryDisabled = false;
Dialog._dialogueRetry.Synchron = true;
Dialog._dialogRetry.Synchron = true;
}
else
{
Expand All @@ -30,12 +30,12 @@ public void Retry()
}
public void Terminate()
{
Dialog._dialogueTerminate.Synchron = true;
Dialog._dialogTerminate.Synchron = true;
TcOpen.Inxton.TcoAppDomain.Current.Logger.Information($"{nameof(Terminate)} of {Dialog.HumanReadable} was executed @{{payload}}.", new { Dialog.Symbol });
}
public void Override()
{
Dialog._dialogueOverride.Synchron = true;
Dialog._dialogOverride.Synchron = true;
TcOpen.Inxton.TcoAppDomain.Current.Logger.Information($"{nameof(Override)} of {Dialog.HumanReadable} was executed @{{payload}}.", new { Dialog.Symbol });
}

Expand Down

0 comments on commit 7a1c83d

Please sign in to comment.