2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-05-06 03:32:57 +00:00
This commit is contained in:
Ahmed Zamil 2024-11-13 12:29:51 +03:00
parent 0c335c6023
commit 05964ebe4c

View File

@ -139,9 +139,6 @@ public class PropertyTemplate : MemberTemplate
RepresentationType valueType, string readAnnotation = null, string writeAnnotation = null, bool recordable = false) RepresentationType valueType, string readAnnotation = null, string writeAnnotation = null, bool recordable = false)
: base(template, index, name, inherited) : base(template, index, name, inherited)
{ {
if (name == "RecordNullable")
Console.Beep();
this.Recordable = recordable; this.Recordable = recordable;
//this.Storage = storage; //this.Storage = storage;
if (readAnnotation != null) if (readAnnotation != null)