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