コード例 #1
0
 public Form1()
 {
     InitializeComponent();
     speech = new Speech(this);
     pcc    = new Camera.PCCamera(this.pictureBox1.Handle, 0, 0, 320, 240);
 }
コード例 #2
0
ファイル: Form1.cs プロジェクト: tiancaihb/SmartHome
 public Form1()
 {
     InitializeComponent();
     speech = new Speech(this);
     pcc = new Camera.PCCamera(this.pictureBox1.Handle, 0, 0, 320, 240);
 }