13 lines
236 B
Plaintext
13 lines
236 B
Plaintext
![]() |
@model WalkingTec.Mvvm.Mvc.CodeGenVM
|
||
|
|
||
|
|
||
|
<wt:form vm="@Model">
|
||
|
<wt:code title="@(ViewData[" filename"])" height="600">
|
||
|
@ViewData["code"]
|
||
|
</wt:code>
|
||
|
<wt:row align="AlignEnum.Right">
|
||
|
<wt:closebutton />
|
||
|
</wt:row>
|
||
|
|
||
|
</wt:form>
|