This commit is contained in:
tzim 2014-12-04 07:27:34 +00:00
parent fe6f2c2ec8
commit c97b7806b0

View file

@ -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
} }
} }