This commit is contained in:
parent
fe6f2c2ec8
commit
c97b7806b0
1 changed files with 0 additions and 8 deletions
|
|
@ -301,8 +301,6 @@ namespace DMX2
|
||||||
ID = int.Parse (el.GetAttribute ("id"));
|
ID = int.Parse (el.GetAttribute ("id"));
|
||||||
Name = el.GetAttribute ("name");
|
Name = el.GetAttribute ("name");
|
||||||
|
|
||||||
XmlElement xmlE;
|
|
||||||
|
|
||||||
foreach (var xf in el.GetElementsByTagName("File")) {
|
foreach (var xf in el.GetElementsByTagName("File")) {
|
||||||
System.Xml.XmlElement xfil = xf as System.Xml.XmlElement;
|
System.Xml.XmlElement xfil = xf as System.Xml.XmlElement;
|
||||||
string file = xfil.GetAttribute ("path");
|
string file = xfil.GetAttribute ("path");
|
||||||
|
|
@ -380,15 +378,10 @@ namespace DMX2
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
void CommandAdd (int index)
|
void CommandAdd (int index)
|
||||||
{
|
{
|
||||||
lock (Conduite.Courante.SequenceurMaitre) {
|
lock (Conduite.Courante.SequenceurMaitre) {
|
||||||
|
|
@ -462,7 +455,6 @@ namespace DMX2
|
||||||
element=null;
|
element=null;
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue