AlphaTab.Wpf.ViewModel.MainViewModel.OpenFile C# (CSharp) Méthode

OpenFile() public méthode

Opens a new file by loading the file path using the IO service.
public OpenFile ( ) : void
Résultat void
        public void OpenFile()
        {
            OpenFile(_dialogService.OpenFile());
        }

Same methods

MainViewModel::OpenFile ( string file ) : void