AlphaTab.Wpf.ViewModel.MainViewModel.OpenFile C# (CSharp) Метод

OpenFile() публичный Метод

Opens a new file by loading the file path using the IO service.
public OpenFile ( ) : void
Результат void
        public void OpenFile()
        {
            OpenFile(_dialogService.OpenFile());
        }

Same methods

MainViewModel::OpenFile ( string file ) : void