Ejemplo n.º 1
0
        public CSharpExample()
        {
            _macroDefinition = new MacroDefinition();
            InitializeComponent();

            this.AcceptButton = this.Evaluate;

            m_x.create("x", 0);
            m_y.create("y", 0);
            m_z.create("z", 0);
        }
		public CSharpExample()
		{
			_macroDefinition = new MacroDefinition();
			InitializeComponent();

            this.AcceptButton = this.Evaluate;

			m_x.create("x", 0);
			m_y.create("y", 0);
			m_z.create("z", 0);
		}