mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-05-06 03:32:57 +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)
|
||||
: base(template, index, name, inherited)
|
||||
{
|
||||
if (name == "RecordNullable")
|
||||
Console.Beep();
|
||||
|
||||
this.Recordable = recordable;
|
||||
//this.Storage = storage;
|
||||
if (readAnnotation != null)
|
||||
|
Loading…
x
Reference in New Issue
Block a user