Exemplo n.º 1
0
 public CPUComand(MyPage page, ILastIdComand row) : base(page)
 {
     this.row        = row;
     backgroundColor = new Color {
         Blue = 0.9f, Red = 1, Green = 1, Alpha = 0.01f
     };
 }
Exemplo n.º 2
0
 public MessageComand(MyPage page, ILastIdComand lastIdLine) : base(page)
 {
     row = lastIdLine;
 }