From 00a491d93733d4625ad329b2ba8237f445364b3f Mon Sep 17 00:00:00 2001 From: Mirta Date: Wed, 30 Dec 2020 16:39:52 +0200 Subject: merge --- .../Tango.CodeGeneration/Templates/TangoWebClientCodeFile.cshtml | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Software/Visual_Studio/Tango.CodeGeneration/Templates/TangoWebClientCodeFile.cshtml') diff --git a/Software/Visual_Studio/Tango.CodeGeneration/Templates/TangoWebClientCodeFile.cshtml b/Software/Visual_Studio/Tango.CodeGeneration/Templates/TangoWebClientCodeFile.cshtml index 3918ce928..7d9ebc075 100644 --- a/Software/Visual_Studio/Tango.CodeGeneration/Templates/TangoWebClientCodeFile.cshtml +++ b/Software/Visual_Studio/Tango.CodeGeneration/Templates/TangoWebClientCodeFile.cshtml @@ -42,15 +42,6 @@ namespace @(model.Namespace) } - /// - /// Initializes a new instance of the class. - /// - /// Other instance. - public @(model.Name)(@(model.Name) cloned) : base(cloned) - { - - } - @foreach (var action in model.Actions) {
-- cgit v1.3.1