Exemple #1
0
 protected void testyClick(object sender, EventArgs e)
 {
     charp.request(entryResource.Text, null, new Charp.CharpCtx()
     {
         success = testySuccess
     });
 }