コード例 #1
0
 private void XNavActLib_Click(object sender, RoutedEventArgs e)
 {
     if (mActionsLibraryNavPage == null)
     {
         mActionsLibraryNavPage = new ActionsLibraryNavPage(mContext);
     }
     LoadActionFrame(mActionsLibraryNavPage, "Actions Library", eImageType.Action);
 }
コード例 #2
0
 public void ResetAddActionPages()
 {
     this.Dispatcher.Invoke(() =>
     {
         mRecordPage = null;
         mSharedRepositoryNavPage = null;
         mPOMNavPage             = null;
         mActionsLibraryNavPage  = null;
         mLiveSpyNavPage         = null;
         mWindowsExplorerNavPage = null;
         mAPINavPage             = null;
     });
 }