Exemplo n.º 1
0
 public void SetIndex(int idx)
 {
     if (Group != null)
     {
         Group.SetCardIndex(this, idx);
     }
 }
Exemplo n.º 2
0
 public void SetIndex(int idx)
 {
     Group.SetCardIndex(this, idx);
 }