Ejemplo n.º 1
0
 public MainWindow()
 {
     InitializeComponent();
     InitializeRecorder();
     Task.Delay(3000);
     webcam = new webCam();
     webcam.InitializeWebCam(ref webImage);
     webcam.Start();
     Task.Delay(2000);
     InitializeRecorder();
     Task.Delay(3000);
     speechSynthesizer = new SpeechSynthesizer();
     withdraw          = new Withdraw();
     transaction       = new Transaction();
 }
Ejemplo n.º 2
0
 public Transaction()
 {
     synthesizer = new SpeechSynthesizer();
     withdraw    = new Withdraw();
 }