Beispiel #1
0
 public TLEPanelHub(TimeSpan PanelOffsetTime, TimeSpan PanelWidthTime, float Width)
 {
     this.Width           = Width;
     this.PanelOffsetTime = PanelOffsetTime;
     this.PanelWidthTime  = PanelWidthTime;
     TimeIdentyficator    = new TLEPanelTimeGraphicIndicator(GetAllPanelsHeight(), int.Parse(Width.ToString()), PanelOffsetTime, PanelOffsetTime + PanelWidthTime);
 }
Beispiel #2
0
        public void InitializeGraphicIdentyficator()
        {
            float panelHeight = GetAllPanelsHeight();

            TimeIdentyficator = new TLEPanelTimeGraphicIndicator(panelHeight, EnvironmentVariables.MainWindowWidth, PanelOffsetTime, PanelOffsetTime + PanelWidthTime);
        }
Beispiel #3
0
 public TLEPanelTimeGraphicIndicatorTests()
 {
     TimeIndicator = new TLEPanelTimeGraphicIndicator(100, 100, new TimeSpan(0, 0, 0, 0), new TimeSpan(0, 0, 10, 0));
 }