diff --git a/2.-Software-Architecture-Specification.md b/2.-Software-Architecture-Specification.md index 9ea8164..dcd9411 100644 --- a/2.-Software-Architecture-Specification.md +++ b/2.-Software-Architecture-Specification.md @@ -175,7 +175,7 @@ The architecture design in Figure 2 is the design created by the first developme # 5. System Design

- +System

This figure is showing the complete software structure design. @@ -192,7 +192,7 @@ Still the MVC pattern is a small part of the whole system design. In this case t | AnimationClass | SOURCE/Plugin/Animationclass.cs | | AutomationMLDataTables | SOURCE/Plugin/AutomationMLDataTables.cs | | ClassOfListFromReferenceFile | SOURCE/Plugin/ClassOfListsFromReferencefile.cs | -| DeviceDescription | GUI: SOURCE/Plugin/DeviceDescription.Designer.cs Logic: SOURCE/Plugin/DeviceDescription.cs | +| DeviceDescription | GUI: SOURCE/Plugin/DeviceDescription.Designer.cs
Logic: SOURCE/Plugin/DeviceDescription.cs | | ModellingWizard | SOURCE/Plugin/ModellingWizard.xaml.cs | | MWController | SOURCE/Plugin/MWController.cs | | MWData | SOURCE/Plugin/MWData.cs |