This commit is contained in:
parent
b724c67b8b
commit
32bac3e8ce
1 changed files with 12 additions and 0 deletions
|
|
@ -227,6 +227,18 @@ namespace DMX2
|
|||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
public void BindEffetSuivant (string eventId)
|
||||
{
|
||||
//TODO
|
||||
throw new NotImplementedException ();
|
||||
}
|
||||
|
||||
public void BindEffetPrecedent (string eventId)
|
||||
{
|
||||
//TODO
|
||||
throw new NotImplementedException ();
|
||||
}
|
||||
public void Save (XmlElement parent)
|
||||
{
|
||||
XmlElement el = parent.OwnerDocument.CreateElement("SequenceurMaitre");
|
||||
|
|
|
|||
Loading…
Reference in a new issue