.NET Tricks, Tips, and Snippets
Process shellRunProcess = new Process(); shellRunProcess.StartInfo.FileName = fileName; shellRunProcess.Start();
Post a Comment
No comments:
Post a Comment