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