private void HostFileViewerOnSaveElements(IEnumerable <HostFileElement> elements)
 {
     HostFileIo.SaveHostFile(elements);
     ResetViewer(HostFileIo.ReadHostFile());
 }
 public HostFileEditorControl()
 {
     InitializeComponent();
     ResetViewer(HostFileIo.ReadHostFile());
 }