Exemplo n.º 1
0
 public static void Clear()
 {
     Todo[] todoArrayEmpty = new Todo[0];
     todoArray = todoArrayEmpty;
     PersonSequencer.Reset();
 }
Exemplo n.º 2
0
 public static void Clear()
 {
     Person[] personArrayEmpty = new Person[0];
     personArray = personArrayEmpty;
     PersonSequencer.Reset();
 }