Example #1
0
 public CodeWatcher(SPU spu, formspu CodeListing)
 {
     this.spu = spu;
     this.CodeListing = CodeListing;
     ls = new LoadingScreen();
     InitializeComponent();
 }
Example #2
0
 public CodeWatcher(SPU spu, formspu CodeListing)
 {
     this.spu         = spu;
     this.CodeListing = CodeListing;
     ls = new LoadingScreen();
     InitializeComponent();
 }
Example #3
0
 private void button4_Click(object sender, EventArgs e)
 {
     formspu f2 = new formspu();
     f2.Show();
 }