示例#1
0
 public UssdText()
 {
     BindFrom   = new UssdBoundModel();
     BindAction = new UssdBoundAction();
 }
示例#2
0
 public UssdMenu()
 {
     BindFrom = new UssdBoundModel();
     Options = new List<UssdMenuOption>();
     BindAction = new UssdBoundAction("");
 }
示例#3
0
 public UssdText(string text)
 {
     Text       = text;
     BindFrom   = new UssdBoundModel();
     BindAction = new UssdBoundAction();
 }
示例#4
0
 public UssdForm()
 {
     BindTo   = new UssdBoundModel();
     Inputs   = new List <UssdFormInput>();
     OnSubmit = new UssdNavigator("ussd:nav:ussd");
 }
示例#5
0
 public UssdForm()
 {
     BindTo = new UssdBoundModel();
     Inputs = new List<UssdFormInput>();
     OnSubmit = new UssdNavigator("ussd:nav:ussd");
 }
示例#6
0
 public UssdActionHttpBody()
 {
     Params   = new List <UssdActionHttpBodyParam>();
     BindFrom = new UssdBoundModel();
 }
示例#7
0
 public UssdMenu()
 {
     BindFrom   = new UssdBoundModel();
     Options    = new List <UssdMenuOption>();
     BindAction = new UssdBoundAction();
 }
示例#8
0
 public UssdAction()
 {
     BindTo = new UssdBoundModel();
     Http   = new UssdActionHttp();
 }
 public UssdActionHttpBody()
 {
     Params = new List<UssdActionHttpBodyParam>();
     BindFrom = new UssdBoundModel();
 }
示例#10
0
 public UssdAction()
 {
     BindTo = new UssdBoundModel();
     Http = new UssdActionHttp();
    
 }
示例#11
0
 public UssdText()
 {
     BindFrom = new UssdBoundModel();
     BindAction = new UssdBoundAction("");
 }
示例#12
0
 public UssdText(string text)
 {
     Text = text;
     BindFrom = new UssdBoundModel();
     BindAction = new UssdBoundAction("");
 }