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