Пример #1
0
 public void BlurBackgroundEffect()
 {
     UIThreadExecutor.Execute(() =>
     {
         Ribbon.BlurBackgroundEffectClick(new RibbonControl("BlurRemainderEffect"));
     });
 }