private void openDocumentationToolStripMenuItem_Click(object sender, EventArgs e) { string documentationLink = "http://matthewpoletin.ru/projects/Liman/Documentation"; MenuStripUtils.OpenLink(documentationLink); }
private void viewSourceCodeToolStripMenuItem_Click(object sender, EventArgs e) { string sourceCodeLink = "https://github.com/justbear/Liman/tree/master/Core"; MenuStripUtils.OpenLink(sourceCodeLink); }