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