예제 #1
0
 public CodeWatcher(SPU spu, formspu CodeListing)
 {
     this.spu = spu;
     this.CodeListing = CodeListing;
     ls = new LoadingScreen();
     InitializeComponent();
 }
예제 #2
0
 public CodeWatcher(SPU spu, formspu CodeListing)
 {
     this.spu         = spu;
     this.CodeListing = CodeListing;
     ls = new LoadingScreen();
     InitializeComponent();
 }
예제 #3
0
파일: Form2.cs 프로젝트: Inviction/PS3Tools
 private void button4_Click(object sender, EventArgs e)
 {
     formspu f2 = new formspu();
     f2.Show();
 }