Exemplo n.º 1
0
 public PanelSourceData()
 {
     m_delAddPan = new DelAddPan(addPanel);
     initialize();
     HSD = new HandlerSourceData(this);
     HSD.Start();
     HSD.Activate(true);
     HSD.Push(null, new object[] { new object[] { new object[] { (int)HandlerSourceData.StatesMachine.AddControl } } });
 }
Exemplo n.º 2
0
 public PanelSourceData(Color backColor)
     : base(MODE_UPDATE_VALUES.AUTO, backColor)
 {
     m_delAddPan = new DelAddPan(addPanel);
     initialize();
     HSD = new HandlerSourceData(this);
     HSD.Start();
     HSD.Activate(true);
     HSD.Push(null, new object[] { new object[] { new object[] { (int)HandlerSourceData.StatesMachine.AddControl } } });
 }