Esempio n. 1
0
 public static void InitList()
 {
     ActionList = new Linkedlist();
     ActionList.AddLast(new DoNothing());
 }