Exemple #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();
        }
 public CalculationInTextBox(AbsoluteValueCalculationForm _asbValueCF)
 {
     this._asbValueCF = _asbValueCF;
     _strList.Add('1');
     //_counterList.Add('-');
 }
 public CharChecker(AbsoluteValueCalculationForm _absValueCF)
 {
     this._absValueCF = _absValueCF;
 }