コード例 #1
0
ファイル: Interfaz.cs プロジェクト: jesantana/Tetris
 public Form1()
 {
     tetris=new Tts();
     arriba=true;
     InitializeComponent();
     this.Focus();
 }
コード例 #2
0
ファイル: Interfaz.cs プロジェクト: jesantana/Tetris
 private void menuItem2_Click(object sender, System.EventArgs e)
 {
     paradoporfin=false;
     timer1.Enabled=true;
     tetris=new Tts();
     arriba=true;
 }