| | |
| | | using CommunityToolkit.Mvvm.ComponentModel; |
| | | using Microsoft.Win32; |
| | | using OpenTap; |
| | | using OpenTap.Addin; |
| | | using System.IO; |
| | | using System.Windows; |
| | | using System.Windows.Controls; |
| | |
| | | }; |
| | | if (sfd.ShowDialog() == true) |
| | | { |
| | | UIStationGlobalsManager.Instance.WriteToLocal(UIStationGlobalsManager.Instance.Datasource); |
| | | Plan.Save(sfd.FileName); |
| | | HasChanged = false; |
| | | TabName = Path.GetFileName(Plan.Path); |
| | |
| | | }; |
| | | if (sfd.ShowDialog() == true) |
| | | { |
| | | UIStationGlobalsManager.Instance.WriteToLocal(UIStationGlobalsManager.Instance.Datasource); |
| | | Plan.Save(sfd.FileName); |
| | | HasChanged = false; |
| | | TabName = Path.GetFileName(Plan.Path); |