This commit is contained in:
2009-07-24 11:54:20 +00:00
parent 12816c2ff0
commit b1da81e65f
5 changed files with 119 additions and 27 deletions

View File

@@ -1365,6 +1365,10 @@ namespace Volian.Controls.Library
{
_MyStepPanel.CursorMovement(sender as StepRTB, args.CursorLocation, args.Key);
}
private void _MyStepRTB_ModeChange(object sender, StepRTBModeChangeEventArgs args)
{
_MyStepPanel.OnModeChange(sender as StepRTB, args);
}
#endregion // Event Handlers
#region Private Methods
/// <summary>