Пример #1
0
 public BTypeNames()
 {
     kUnregisteredMessage = BuildUnRegisteredMsg();
     mUndefinedInterface  = new ProtoEnumWithUndefinedImpl(this);
 }
Пример #2
0
 public BListAutoId(BListAutoIdParams @params = null) : base(@params)
 {
     kUnregisteredMessage = BuildUnRegisteredMsg();
     mUndefinedInterface  = new ProtoEnumWithUndefinedImpl(this);
 }