Exemplo n.º 1
0
 //=========================================================================
 public PossibleOpts(ECHOPFXOPTION iopt, int iorder)
 {
     scanlines   = ECHOPFXSCANLINES.HORIZONTAL;
     order       = iorder;
     type        = iopt;
     useUniqueTC = false;
 }
Exemplo n.º 2
0
 //=========================================================================
 public PossibleOpts(ECHOPFXOPTION iopt)
 {
     scanlines = ECHOPFXSCANLINES.HORIZONTAL;
     order     = 99 + (int)iopt;
     type      = iopt;
 }