aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.CodeGeneration/Templates/TangoWebClientCodeFile.cshtml
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-12-12 16:40:04 +0200
committerShlomo Hecht <shlomo@twine-s.com>2019-12-12 16:40:04 +0200
commit33bc23d44c89ce1da8f9519c13079126481115e5 (patch)
tree634500148536ea6bef8d38cde8bbd3d1ae8370c5 /Software/Visual_Studio/Tango.CodeGeneration/Templates/TangoWebClientCodeFile.cshtml
parent1171059d96c39662cef5c7414cd387048c2372d9 (diff)
parent217fcb79fa32f858a06d8200697ddee7c5da625a (diff)
downloadTango-33bc23d44c89ce1da8f9519c13079126481115e5.tar.gz
Tango-33bc23d44c89ce1da8f9519c13079126481115e5.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/Tango.CodeGeneration/Templates/TangoWebClientCodeFile.cshtml')
-rw-r--r--Software/Visual_Studio/Tango.CodeGeneration/Templates/TangoWebClientCodeFile.cshtml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.CodeGeneration/Templates/TangoWebClientCodeFile.cshtml b/Software/Visual_Studio/Tango.CodeGeneration/Templates/TangoWebClientCodeFile.cshtml
index 7d9ebc075..3918ce928 100644
--- a/Software/Visual_Studio/Tango.CodeGeneration/Templates/TangoWebClientCodeFile.cshtml
+++ b/Software/Visual_Studio/Tango.CodeGeneration/Templates/TangoWebClientCodeFile.cshtml
@@ -42,6 +42,15 @@ namespace @(model.Namespace)
}
+ /// <summary>
+ /// Initializes a new instance of the <see cref="@(model.Name)"/> class.
+ /// </summary>
+ /// <param name="cloned">Other instance.</param>
+ public @(model.Name)(@(model.Name) cloned) : base(cloned)
+ {
+
+ }
+
@foreach (var action in model.Actions)
{
<div>