Compare commits
14 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
74481f7394 | ||
e59b4113dc | |||
|
3e9ece4a4a | ||
|
c63b7192b2 | ||
|
59a902d162 | ||
|
a4038c55ad | ||
|
6b8074bcbe | ||
|
3631829500 | ||
|
03264a5828 | ||
|
f3ff6e14bb | ||
|
6c6f21f648 | ||
|
d4d93da82c | ||
|
83ae05a8b1 | ||
|
09c9eccaa7 |
4
EXECUTABLE/README.md
Normal file
4
EXECUTABLE/README.md
Normal 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)
|
BIN
PROJECT/BC/TINF20C_Team1_BC.pdf
Normal file
BIN
PROJECT/BC/TINF20C_Team1_BC.pdf
Normal file
Binary file not shown.
BIN
PROJECT/CRS/TINF20C_CRS_Projektname_Team_1_0v1-1.docx → PROJECT/CRS/TINF20C_CRS_ModellingDevices_Team_1_0v1-2.docx
Executable file → Normal file
BIN
PROJECT/CRS/TINF20C_CRS_Projektname_Team_1_0v1-1.docx → PROJECT/CRS/TINF20C_CRS_ModellingDevices_Team_1_0v1-2.docx
Executable file → Normal file
Binary file not shown.
BIN
PROJECT/CRS/TINF20C_CRS_ModellingDevices_Team_1_0v1-2.pdf
Normal file
BIN
PROJECT/CRS/TINF20C_CRS_ModellingDevices_Team_1_0v1-2.pdf
Normal file
Binary file not shown.
Binary file not shown.
BIN
PROJECT/PM/TINF20C_Team1_PM.pdf
Normal file
BIN
PROJECT/PM/TINF20C_Team1_PM.pdf
Normal file
Binary file not shown.
Binary file not shown.
BIN
PROJECT/SAS/TINF20C_SAS_Team1_v1.4.pdf
Normal file
BIN
PROJECT/SAS/TINF20C_SAS_Team1_v1.4.pdf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
1
PROJECT/WorkingMinutes/README.md
Normal file
1
PROJECT/WorkingMinutes/README.md
Normal file
@@ -0,0 +1 @@
|
||||
Link to WorkingMinutes: [Here](https://github.com/H4CK3R-01/TINF20C_ModellingWizard_Devices/issues/4)
|
@@ -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
|
||||
|
Reference in New Issue
Block a user