Reload() public method

public Reload ( ) : void
return void
示例#1
0
            public bool OnAccept(HashSet <string> unwantedItems)
            {
                if (ModuleDataManager.GetInstance().ExecuteClone(mFileData, mParameters, unwantedItems))
                {
                    newFilePath = mParameters.TransformParameter(mFileData.Path);
                    mViewer.SetNewFilePath(newFilePath);
                    mViewer.Reload();
                }

                return(true);
            }