private void RefreshInfoProvider_InteractionRatioChanged(IRefreshInfoProvider sender, RefreshInteractionRatioChangedEventArgs args)
 {
     UpdateInteractionRatiosComboBox(args.InteractionRatio);
 }
 private void RefreshInfoProvider_InteractionRatioChanged(IRefreshInfoProvider sender, RefreshInteractionRatioChangedEventArgs args)
 {
     this.InteractionRatio.Text = args.InteractionRatio.ToString();
 }