Beispiel #1
0
 public void Prepare(ISystem historysel, string homesys, ISystem centersys, float zoom, List <HistoryEntry> visited)
 {
     _formMap?.Prepare(historysel, homesys, centersys, zoom, visited);
 }
Beispiel #2
0
 public void Show()
 {
     _formMap.Prepare();
     _formMap.Show();
     _formMap.Focus();
 }
Beispiel #3
0
 public void Prepare(ISystem historysel, string homesys, ISystem centersys, float zoom,
                     AutoCompleteStringCollection sysname, List <VisitedSystemsClass> visited)
 {
     _formMap.Prepare(historysel, homesys, centersys, zoom, sysname, visited);
 }
Beispiel #4
0
 public void Show(bool CenterFromSettings, float OverrideZoom)
 {
     _formMap.Prepare(CenterFromSettings, OverrideZoom);
     _formMap.Show();
     _formMap.Focus();
 }