Exemplo n.º 1
0
        //private Label modalWindowDescOfAbsValLbl = new Label();
        public Form1()
        {
            InitializeComponent();
            modalWindowNameOfProgramLblMethod();
            absValueCalculationForm = new AbsoluteValueCalculationForm();
            linfuncAndHerFeatures   = new FunctionAndHerFeatures();
            qFuncAndDemonstation    = new QuadraticFunctionAndHejDemonstration();
            measureFunction         = new MeasurableFunction();
            _expFun           = new ExponentialFunction();
            this.AutoSize     = false;
            this.AutoSizeMode = AutoSizeMode.GrowAndShrink;
            this.MinimizeBox  = false;
            this.MaximizeBox  = false;
            this.Size         = new Size(915, 300);
            //this.Width = 915;
            //this.Height = 300;

            // modalWindowDescOfAbsValBtnMethod();
        }
Exemplo n.º 2
0
 public CharChecker(MeasurableFunction _measurableFunction)
 {
     this._measurableFunction = _measurableFunction;
 }