コード例 #1
0
 /// <summary>
 /// Called when the project or current account have changed.
 /// </summary>
 public void InvalidateProjectOrAccount()
 {
     ActualRoot.InvalidateProjectOrAccount();
 }
コード例 #2
0
 /// <summary>
 /// Refreshes the contents of this data source.
 /// </summary>
 public void Refresh()
 {
     ActualRoot.Refresh();
 }