mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-26 13:03:13 +00:00
Beep
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user