Exemplo n.º 1
0
 public void Init()
 {
     rawPWD = string.Empty;
     menu.Show();
 }
Exemplo n.º 2
0
 public void Set(string str)
 {
     qr.CreatQr(str);
     text.text = str;
     menu.Show();
 }