mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-05-06 11:32:59 +00:00
Beep
This commit is contained in:
parent
0c335c6023
commit
05964ebe4c
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user