Ejemplo n.º 1
0
        static void Main(string[] args)
        {
            string str = "c = a * cdb - g";
            ArithmeticExpression ArithExpression1 = new ArithmeticExpression();

            ArithExpression1.Source = str;
            ArithExpression1.WrapFillLeksemu();
        }