Esempio n. 1
0
 public void Add(ICmd newCmd)
 {
     mCmds.Add(newCmd);      //Add to the mCmds list
     c   = newCmd.GetCell(); //Update c
     t   = c.Text;           //Update t
     bgc = c.BGColor;        //Update bgc
 }