Esempio n. 1
0
 public TimeLineEditor()
 {
     PanelHub = new TLEPanelHub(DEFAULT_PANEL_START_TIME, DEFAULT_PANEL_WIDTH_TIME, EnvironmentVariables.MainWindowWidth);
     InitializePanelCellManagements();
 }
Esempio n. 2
0
 public TLEPanelHubTests()
 {
     PanelHub = new TLEPanelHub(TimeLineEditor.DEFAULT_PANEL_START_TIME, TimeLineEditor.DEFAULT_PANEL_WIDTH_TIME, EnvironmentVariables.MainWindowWidth);
 }