Example #1
0
 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);
 }
Example #2
0
 public CharChecker(FunctionAndHerFeatures _funcAndHerFeatures)
 {
     this._funcAndHerFeatures = _funcAndHerFeatures;
 }