Exemplo n.º 1
0
 public QrViewModel()
 {
     GenerateCommand = new MyCommand(Generate);
     Text            = "Enter your text here";
 }
Exemplo n.º 2
0
 public QrViewModel()
 {
     GenerateCommand = new MyCommand(Generate);
     Text = "Enter your text here";
 }