Beispiel #1
0
 /// <summary>
 /// Method used to execute the removeEnableTouchCommand.
 /// </summary>
 /// <param name="parameter">Specifies the object parameter.</param>
 private void ExecuteRemoveEnableTouchCommand(object parameter)
 {
     SkinStorage.SetEnableTouch(ribbon, false);
 }
Beispiel #2
0
 /// <summary>
 /// Method used to execute the setEnableTouchCommand.
 /// </summary>
 /// <param name="parameter">Specifies the object parameter.</param>
 private void ExecuteSetEnableTouchCommand(object parameter)
 {
     SkinStorage.SetEnableTouch(ribbon, true);
 }