Ver Mensaje Individual
  #3 (permalink)  
Antiguo 29/05/2014, 10:18
antvo
 
Fecha de Ingreso: junio-2012
Mensajes: 233
Antigüedad: 11 años, 10 meses
Puntos: 3
Exclamación Respuesta: Como saber si una app en C# esta hecha en escritorio?

Cita:
Iniciado por Malenko Ver Mensaje
Viendo el tipo de proyecto, las librerías que referencia,etc.
por ejemplo estas librerias de que serian?:

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;


Gracias!