Esempio n. 1
0
 public override View GetSampleContent(Context con)
 {
     mobile = new CheckBox_Mobile();
     return(mobile.GetSampleContent(con));
 }
Esempio n. 2
0
 public CheckBox()
 {
     phoneView = new CheckBox_Mobile();
     this.AddSubview(phoneView);
 }