App source code #23

Merged
H4CK3R-01 merged 23 commits from app-source-code into main 2022-05-05 16:32:38 +00:00
Showing only changes of commit fa9e5d1dab - Show all commits

View File

@ -1821,7 +1821,7 @@ namespace Aml.Editor.Plugin
private void manualToolStripMenuItem_Click(object sender, EventArgs e)
{
string search = "https://github.com/DekaAthlos/TINF19C-ModellingWizard/wiki/6.-User-Manual";
string search = "https://github.com/H4CK3R-01/TINF20C_ModellingWizard_Devices/wiki/6.-User-Manual";
System.Diagnostics.Process.Start(search);
}