Exemple #1
0
 public void FixLineLen(int n)
 {
     fixedLn = n;
     //win Remove contents of this routine for non-windowing version
     for (ssForm f = frms; f != null; f = f.Nxt)
     {
         f.ReDisplay();
     }
     // Remove contents of this routine for non-windowing version */
 }
Exemple #2
0
        // Remove contents of this routine for non-windowing version */


        public void ChangeEoln(string s)
        {
            EOLN = s;
            //win Remove contents of this routine for non-windowing version
            for (ssForm f = frms; f != null; f = f.Nxt)
            {
                f.ReDisplay();
            }
            // Remove contents of this routine for non-windowing version */
        }