Hello everyone,
I would like to customize the mission planner for a school project. I am currently analyzing the program in order to modify it and I am having many problems when searching for the code of the main buttons of the mission planner.
In the main code (mainV2.cs), I could found the following function which calls or opens all the main button or tabs in mission planner
MyView.ShowScreen("Simulation");
For example, this one opens the Simulation tab, but I do not know where the code for the simulation tab is.