This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user