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