コード例 #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);
 }