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