Ejemplo n.º 1
0
        private void openDocumentationToolStripMenuItem_Click(object sender, EventArgs e)
        {
            string documentationLink = "http://matthewpoletin.ru/projects/Liman/Documentation";

            MenuStripUtils.OpenLink(documentationLink);
        }
Ejemplo n.º 2
0
        private void viewSourceCodeToolStripMenuItem_Click(object sender, EventArgs e)
        {
            string sourceCodeLink = "https://github.com/justbear/Liman/tree/master/Core";

            MenuStripUtils.OpenLink(sourceCodeLink);
        }