Bloom.Workspace.WorkspaceView.OpenInfoFile C# (CSharp) Method

OpenInfoFile() private static method

private static OpenInfoFile ( string fileName ) : void
fileName string
return void
        private static void OpenInfoFile(string fileName)
        {
            Process.Start(FileLocator.GetFileDistributedWithApplication("infoPages", fileName));
        }