Exemple #1
0
 public Form1()
 {
     InitializeComponent();
     e = new Emulator();
     StartButton.Click += new EventHandler(StartClick);
 }