예제 #1
0
파일: Jogo.cs 프로젝트: I-NOZex/TPSI
 public Jogo(Setup setup)
 {
     this.setup = setup;
     InitializeComponent();
 }
예제 #2
0
파일: Jogo.cs 프로젝트: ruiparente/TPSI
 public Jogo(Setup setup)
 {
     this.setup = setup;
     InitializeComponent();
 }