Ejemplo n.º 1
0
 public ActiveItem(string i_Title, Menu i_PreviousMenu) : base(i_Title, i_PreviousMenu)
 {
     doActionNotifier = new Notifier();
 }