Exemplo n.º 1
0
 private void DoCodeClient()
 {
     _tableClientCodeItemData.Path = SKJZEditorUtility.OpenFolderPanel(CodeClientOutputName, _tableClientCodeItemData.Path, DefaultClientCodeSourceFolderName);
 }
Exemplo n.º 2
0
 void DoCodeServer()
 {
     _tableServerCodeItemData.Path = SKJZEditorUtility.OpenFolderPanel(CodeServerOutputName, _tableServerCodeItemData.Path, DefaultServerCodeSourceFolderName);
 }
Exemplo n.º 3
0
 void DoTableSourceFile()
 {
     _tableSourceItemData.Path = SKJZEditorUtility.OpenFilePanel(OpenTablePanelTitle, _tableSourceItemData.Path, DefaultExtension);
 }
Exemplo n.º 4
0
 void DoTableOutput()
 {
     _tableOutputItemData.Path = SKJZEditorUtility.OpenFolderPanel(SaveTablePanelTitle, _tableOutputItemData.Path, DefaultTableOutputFolderName);
 }
Exemplo n.º 5
0
 void DoTableSourceFolder()
 {
     _tableSourceItemData.Path = SKJZEditorUtility.OpenFolderPanel(OpenTablePanelTitle, _tableSourceItemData.Path, DefaultTableSourceFolderName);
 }