상속: Activity
예제 #1
0
 public ImageAdapter(MainActivity activity)
     : base()
 {
     this.activity = activity;
 }
예제 #2
0
 public ImageAdapter(MainActivity activity) : base()
 {
     this.activity = activity;
 }