Updated 2. Software Architecture Specification (markdown)

Cyber-Luke 2022-04-24 15:05:40 +02:00
parent e8376eb035
commit f08ab47708

@ -195,7 +195,7 @@ The advantage of this solution is that the code of the plug-in remains largely i
The "Program" field in the diagram is supposed to represent an executable file; if you click on it, "Form1" is called. This function then loads the "ModellingWizard", i.e. the plugin. This means that the GUI of the plugin is then displayed in "Form1".
<p align="center">
<img src="https://user-images.githubusercontent.com/75857685/164975858-5380f170-3a2e-421f-b419-8a6f9790b425.png" alt="System" /><br>
<img src="https://user-images.githubusercontent.com/75857685/164977846-df95b1ef-a8c2-4a91-b0a5-75ebd9c9b8d9.png" alt="System" /><br>
<em>Figure 5 - Class design from the ModellingWizard</em>
</p>