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); }
public CharChecker(MeasurableFunction _measurableFunction) { this._measurableFunction = _measurableFunction; }