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