Dev2.Studio.UserInterfaceLayoutProvider.AddShortcutKeysPage C# (CSharp) Method

AddShortcutKeysPage() private method

private AddShortcutKeysPage ( object input ) : void
input object
return void
        internal void AddShortcutKeysPage(object input)
        {
            //Juries Todo
            //string location = Assembly.GetExecutingAssembly().Location;
            //string path = Path.Combine(Path.GetDirectoryName(location),
            //                           StringResources.Uri_Studio_Shortcut_Keys_Document);
            //var content = new HelpView(path);
            //UIElementTitleProperty.SetTitle(content, "Shortcut Keys");
            //UIElementImageProperty.SetImage(content, StringResources.Pack_Uri_Application_Image_Information);
            //Tabs.Add(content);
            //SetActiveDocument(content);
        }