INTELLISENSE....

  • Thread starter Thread starter jacopomeucci
  • Start date Start date
J

jacopomeucci

Hi all.....
someone knows why if i write an ENUM in C# class, sometime,. when i
invoke this class via another class i cannot see intellisense tag????
Note that the program run however....

It seems that all code is all right, but i'dont know why i have this
problem!!!!


Thanks


PINO FROM FLORENCE
 
kh ha scritto:
can you post some code? might help us see what the problem is


public enum TextFormat
{
Testo,
ZeroDecimali,
UnDecimale,
DueDecimali,
Percentuale0Dec,
Percentuale1Dec,
Percentuale2Dec
}.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top