Exemplo n.º 1
0
 sel(fnts fn, int f, int t)
 {
     format  = fn;
     fromval = f;
     toval   = t;
 }
Exemplo n.º 2
0
 fmts(string e, fnts f)
 {
     elem  = e;
     fnt   = f;
     start = new Stack <int>();
 }