init
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using DTS.Common.Classes.WindowsFolders;
|
||||
|
||||
namespace OpenFolder
|
||||
{
|
||||
class Folder
|
||||
{
|
||||
private static void Main(string[] args)
|
||||
{
|
||||
try
|
||||
{
|
||||
WindowsFolder.OpenManualsFolder(args[0]);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
//eat exception
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user