14 Commits
v0.3 ... v0.4

Author SHA1 Message Date
Florian Kaiser
74481f7394 Merge pull request #24 from H4CK3R-01/app-source-code
Small bug fix
2022-05-06 08:35:51 +02:00
e59b4113dc Small bug fix 2022-05-06 08:34:22 +02:00
Florian Kaiser
3e9ece4a4a Update README.md 2022-05-06 08:03:30 +02:00
Florian Kaiser
c63b7192b2 Update README.md 2022-05-06 08:03:24 +02:00
Linus E
59a902d162 Add files via upload 2022-05-06 07:24:14 +02:00
Linus E
a4038c55ad Delete TINF20C_CRS_Projektname_Team_1_0v1-1.docx 2022-05-06 07:23:49 +02:00
Linus E
6b8074bcbe Add files via upload 2022-05-06 07:23:27 +02:00
Linus E
3631829500 Add files via upload 2022-05-06 07:20:56 +02:00
mhorst00
03264a5828 Create README.md 2022-05-06 07:04:00 +02:00
Cyber-Luke
f3ff6e14bb Add files via upload 2022-05-05 19:10:46 +02:00
Cyber-Luke
6c6f21f648 Add files via upload 2022-05-05 19:10:29 +02:00
Cyber-Luke
d4d93da82c Delete TINF20C_SAS_Team1_v1.4.docx 2022-05-05 19:10:12 +02:00
malte.horst
83ae05a8b1 updated STR 2022-05-05 19:00:45 +02:00
Florian Kaiser
09c9eccaa7 Create README.md 2022-05-05 19:00:10 +02:00
12 changed files with 7 additions and 2 deletions

4
EXECUTABLE/README.md Normal file
View File

@@ -0,0 +1,4 @@
Link to Releases: [Releases](https://github.com/H4CK3R-01/TINF20C_ModellingWizard_Devices/tags)
Latest stable version: [v0.2](https://github.com/H4CK3R-01/TINF20C_ModellingWizard_Devices/releases/tag/v0.2)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1 @@
Link to WorkingMinutes: [Here](https://github.com/H4CK3R-01/TINF20C_ModellingWizard_Devices/issues/4)

View File

@@ -1873,7 +1873,7 @@ namespace Aml.Editor.Plugin
IEnumerable<PackagePart> rootParts = amlx.GetPartsByRelationShipType(AutomationMLContainer.RelationshipType.Root);
// We expect the aml to only have one root part
if (rootParts.First() != null)
if (rootParts.Count() != 0 && rootParts.First() != null)
{
PackagePart part = rootParts.First();
@@ -4496,7 +4496,7 @@ namespace Aml.Editor.Plugin
}
else
{
this.advancedModeToolStripMenuItem.Text = "Expert mode";
this.advancedModeToolStripMenuItem.Text = "Advanced mode";
}
// Show/hide elements