Пример #1
0
 public SecondaryUpdate(rdpContext *context)
 {
     this.context   = context;
     this.instance  = context->instance;
     this.update    = instance->update;
     this.secondary = update->secondary;
 }
Пример #2
0
		public SecondaryUpdate(rdpContext* context)
		{
			this.context = context;
			this.instance = context->instance;
			this.update = instance->update;
			this.secondary = update->secondary;
		}