Exemplo n.º 1
0
 public VoiceRecognition(OptioForm of)
 {
     this.of = of;
 }
Exemplo n.º 2
0
 public DBGrammar(OptioForm of)
 {
     this.of = of;
 }
Exemplo n.º 3
0
 public StopRepeat(OptioForm of)
 {
     this.of = of;
 }
Exemplo n.º 4
0
 public Admin(OptioForm of)
 {
     this.of = of;
     InitializeComponent();
     Cursor.Show();
 }