메소드 | 설명 | |
---|---|---|
AssertValid ( ) : void | ||
SaveGraphFileDialog ( String initialDirectory, String initialFileName ) : System |
Initializes a new instance of the SaveGraphFileDialog class.
|
|
ShowDialogAndSaveGraph ( IGraph graph ) : DialogResult |
public SaveGraphFileDialog ( String initialDirectory, String initialFileName ) : System | ||
initialDirectory | String | /// Initial directory the dialog will display. Use an empty string to let /// the dialog select an initial directory. /// |
initialFileName | String | /// Initial file name. Can be a complete path, a path without an /// extension, a file name, or a file name without an extension. /// |
리턴 | System |
public ShowDialogAndSaveGraph ( IGraph graph ) : DialogResult | ||
graph | IGraph | |
리턴 | DialogResult |