public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/MarketHarmonics;component/MarketAnalyticsControl.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.marketStudies1 = ((MarketHarmonics.MarketStudies)(this.FindName("marketStudies1")));
     this.studyChart1 = ((MarketHarmonics.StudyChart)(this.FindName("studyChart1")));
 }
Esempio n. 2
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/MarketHarmonics;component/MarketAnalyticsControl.xaml", System.UriKind.Relative));
     this.LayoutRoot     = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.marketStudies1 = ((MarketHarmonics.MarketStudies)(this.FindName("marketStudies1")));
     this.studyChart1    = ((MarketHarmonics.StudyChart)(this.FindName("studyChart1")));
 }