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