Re: Estoy migrqando una apolicacion de vb a c#

15/04/2010 - 08:33 por Alberto Poblacion | Informe spam
"Alberto Poblacion" <earthling-quitaestoparacontestar@poblacion.org> wrote
in message news:...

public static class MC011001
{
clsWhse PubVar = new clsWhse();
}



Perdón, se me olvidó escribirle el "static" a la variable:

public static class MC011001
{
public static clsWhse PubVar = new clsWhse();
}
 

Leer las respuestas

#1 Miguel Arenas
15/04/2010 - 21:34 | Informe spam
cuando escribo. MC011001.PubVar.
no me aparecen las variables que estan en la clase.

"Alberto Poblacion" wrote:

"Alberto Poblacion" wrote
in message news:...
> public static class MC011001
> {
> clsWhse PubVar = new clsWhse();
> }

Perdón, se me olvidó escribirle el "static" a la variable:

public static class MC011001
{
public static clsWhse PubVar = new clsWhse();
}


.

Preguntas similares