Ejemplo n.º 1
0
 /// <summary>
 /// Open the File Dialog Window
 /// Display the previous location, or if the user inputted a partial filepath, open that filepath directory
 /// </summary>
 private void _ExecuteOpenFileDialog()
 {
     FilePath = OpenDialog.OpenFileDialog(FilePath, "Select Application", ".apk", "Android Apps (*.apk)|*.apk");
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Execute the Browse Node JS Open File Dialog Command
 /// </summary>
 private void _ExecuteBrowseNodeJSOpenFileDialog()
 {
     ExternalNodeJSBinary = OpenDialog.OpenFileDialog(ExternalNodeJSBinary, "Select Your NodeJS Binary", ".exe", "NodeJS Binary (node.exe)|node.exe");
 }