Ejemplo n.º 1
0
 protected virtual void InstructionManager_OnApplyInstruction(IInstructionManager sender,
                                                              ApplyInstructionEventArgs e)
 {
     Debug.Assert(false, "Override InstructionManager_OnApplyInstruction is missing");
 }
Ejemplo n.º 2
0
 protected override void InstructionManager_OnApplyInstruction(IInstructionManager sender,
                                                               ApplyInstructionEventArgs e)
 {
     ApplyInstruction(e.Instruction, false);
 }
Ejemplo n.º 3
0
 protected override void InstructionManager_OnApplyInstruction(IInstructionManager sender,
                                                               ApplyInstructionEventArgs e)
 {
     UserControl.ApplyInstruction(e.Instruction);
 }