예제 #1
0
파일: Form1.cs 프로젝트: nunizacu/GBAE
 public Form1()
 {
     InitializeComponent();
     e = new Emulator();
     StartButton.Click += new EventHandler(StartClick);
 }