From 8168135b4c05b90e29792255628f2696143e0f31 Mon Sep 17 00:00:00 2001
From: Cyber-Luke <75857685+Cyber-Luke@users.noreply.github.com>
Date: Fri, 22 Apr 2022 16:02:07 +0200
Subject: [PATCH] Updated 2. Software Architecture Specification (markdown)
---
2.-Software-Architecture-Specification.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
-
+
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 |