Exemple #1
0
 private void Refresh()
 {
     RefreshOptions refreshOptions = new RefreshOptions();
     refreshOptions.Refresh = true;
     Chameleon.Refresh(refreshOptions);
 }
Exemple #2
0
 /// <summary>
 /// Triggers the refresh cycle as if the user had pressed the refresh icon in the widget title
 /// </summary>
 /// <param name="options">Options used to refresh the widget</param>
 public static void Refresh(RefreshOptions options)
 {
     return;
 }