コード例 #1
0
 static void Main(string[] args)
 {
     Vista       vista      = new Vista();
     Controlador controller = new Controlador(vista);
 }
コード例 #2
0
ファイル: Controlador.cs プロジェクト: Steelnox/UD22_Team4
 public Controlador(Vista vista)
 {
     this.vista = vista;
     seleccion();
 }