コード例 #1
0
ファイル: Program.cs プロジェクト: SmartFire/Knifer
 static void Main(string[] args)
 {
   using (CommandLine command = new RenameMediaCommandLine(args))
   {
     CommandLineBootstrap.Start(command);
   }
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: softempire/Knifer
 static void Main(string[] args)
 {
     using (CommandLine command = new RenameMediaCommandLine(args))
     {
         CommandLineBootstrap.Start(command);
     }
 }