예제 #1
0
 public Entry(float x, float y, NSUIImage icon, object data) : base(y)
 {
     this.x = x;
     Icon   = icon;
     Data   = data;
 }
예제 #2
0
 public Entry(float x, float y, NSUIImage icon) : base(y)
 {
     this.x = x;
     Icon   = icon;
 }