diff --git a/launcher-csharp/eSignature/Views/FocusedView/Embed.cshtml b/launcher-csharp/eSignature/Views/FocusedView/Embed.cshtml index 3197565..0341e16 100644 --- a/launcher-csharp/eSignature/Views/FocusedView/Embed.cshtml +++ b/launcher-csharp/eSignature/Views/FocusedView/Embed.cshtml @@ -3,19 +3,23 @@

Embedded document using focused view


+

@Html.Raw(ViewBag.SupportingTexts.ContinueButton)

-@Html.Raw("") +@{ + //ds-snippet-start:eSign44Step6 +} + +@Html.Raw("") - \ No newline at end of file + + +@{ + //ds-snippet-end:eSign44Step6 +} \ No newline at end of file