Modif nom des sequenceurs
This commit is contained in:
parent
eaf4e7a040
commit
65c5cc0bbe
1 changed files with 2 additions and 2 deletions
|
|
@ -13,13 +13,13 @@ namespace DMX2
|
||||||
{
|
{
|
||||||
this.id = id;
|
this.id = id;
|
||||||
idmax = Math.Max(id,idmax);
|
idmax = Math.Max(id,idmax);
|
||||||
Name = "Sequenceur " + id.ToString();
|
Name = "Seq " + id.ToString();
|
||||||
}
|
}
|
||||||
|
|
||||||
public Sequenceur ()
|
public Sequenceur ()
|
||||||
{
|
{
|
||||||
id = ++idmax;
|
id = ++idmax;
|
||||||
Name = "Sequenceur " + id.ToString();
|
Name = "Seq " + id.ToString();
|
||||||
}
|
}
|
||||||
|
|
||||||
int id;
|
int id;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue