AlphaTab.Wpf.ViewModel.MainViewModel.OpenFile C# (CSharp) Method

OpenFile() public method

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

Same methods

MainViewModel::OpenFile ( string file ) : void