Exemplo n.º 1
0
 private void FilePathRequest(SdiController.FilePathEventArgs e)
 {
     if (string.IsNullOrWhiteSpace(e.FilePath))
     {
         e.FilePath = Scene.Title.ToFilename();
     }
 }
Exemplo n.º 2
0
 private void JsonController_FileReopen(object sender, SdiController.FilePathEventArgs e) => OpenFile(e.FilePath);
Exemplo n.º 3
0
 private void JsonController_FilePathRequest(object sender, SdiController.FilePathEventArgs e) => FilePathRequest(e);