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