//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 CharChecker(FunctionAndHerFeatures _funcAndHerFeatures) { this._funcAndHerFeatures = _funcAndHerFeatures; }