std::cout << "hola";
using namespace std;
cout << "hola";
using namespace System::Windows::Forms;
private:
//La siguiente linea marca correctamente
System::Windows::Forms Label^ etiquetaVerde;
//La siguiente linea no permite compilar
Label^ etiquetaVerde2;