Example #1
0
 public UssdText()
 {
     BindFrom   = new UssdBoundModel();
     BindAction = new UssdBoundAction();
 }
Example #2
0
 public UssdText(string text)
 {
     Text       = text;
     BindFrom   = new UssdBoundModel();
     BindAction = new UssdBoundAction();
 }
Example #3
0
 public UssdMenu()
 {
     BindFrom = new UssdBoundModel();
     Options = new List<UssdMenuOption>();
     BindAction = new UssdBoundAction("");
 }
Example #4
0
 public UssdMenu()
 {
     BindFrom   = new UssdBoundModel();
     Options    = new List <UssdMenuOption>();
     BindAction = new UssdBoundAction();
 }
Example #5
0
 public UssdText()
 {
     BindFrom = new UssdBoundModel();
     BindAction = new UssdBoundAction("");
 }
Example #6
0
 public UssdText(string text)
 {
     Text = text;
     BindFrom = new UssdBoundModel();
     BindAction = new UssdBoundAction("");
 }