private void VoidMenuItem_Click(object sender, EventArgs e) { // System.Diagnostics.Process.Start("https://github.com/alexliyu7352/keshi"); // System.Diagnostics.Process.Start("https://steamcommunity.com/sharedfiles/filedetails/?id=1780887485"); // ShellExecute(0, @"open", @"https://github.com/alexliyu7352/keshi", null, null, (int)ShowWindowCommands.SW_NORMAL); NativeTranslte.ShellExecute(0, @"open", @"https://steamcommunity.com/sharedfiles/filedetails/?id=1780887485", null, null, (int)NativeTranslte.ShowWindowCommands.SW_NORMAL); }
private void SourceLink_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { NativeTranslte.ShellExecute(0, @"open", @"https://github.com/alexliyu7352/kenshi_editor", null, null, (int)NativeTranslte.ShowWindowCommands.SW_NORMAL); }