public TimeframeFeatureCorrelationView() {
   InitializeComponent();
   CorrelationCalculator = new TimeframeFeatureCorrelationCalculator();
   correlationTimeframCache = new FeatureCorrelationTimeframeCache();
   errorProvider.SetIconAlignment(timeframeTextbox, ErrorIconAlignment.MiddleRight);
   errorProvider.SetIconPadding(timeframeTextbox, 2);
   lastFramesValue = timeframeTextbox.Text;
 }
示例#2
0
 public TimeframeFeatureCorrelationView()
 {
     InitializeComponent();
     CorrelationCalculator    = new TimeframeFeatureCorrelationCalculator();
     correlationTimeframCache = new FeatureCorrelationTimeframeCache();
     errorProvider.SetIconAlignment(timeframeTextbox, ErrorIconAlignment.MiddleRight);
     errorProvider.SetIconPadding(timeframeTextbox, 2);
     lastFramesValue = timeframeTextbox.Text;
 }