コード例 #1
0
 public Form1()
 {
     InitializeComponent();
     _introHandler  = new IntroHandler();
     _speechHandler = new SpeechHandler();
     form           = this;
 }