OSDN Git Service

CommandLineOption クラスを追加。
authorくまかみ工房 <kumakamikoubou@gmail.com>
Fri, 4 Nov 2016 10:27:53 +0000 (19:27 +0900)
committerくまかみ工房 <kumakamikoubou@gmail.com>
Fri, 4 Nov 2016 10:27:53 +0000 (19:27 +0900)
commit923fec095096ac59d4eb94fe60746d204a10c4cd
tree8738f71e0a43cecf2bfe3ed0f8abfc472a778f80
parent1414cda1332e2aa544948e629656277f591ad460
CommandLineOption クラスを追加。

コマンドライン引数の解析とその結果の保持を StrokeStyleT インスタンスの外部で行えるようにするため。
StrokeStyleT.sln
StrokeStyleT/CommandLineOption.cs [new file with mode: 0644]
StrokeStyleT/IStrokeStyleTService.cs
StrokeStyleT/Program.cs
StrokeStyleT/StrokeStyleT.cs
StrokeStyleT/StrokeStyleT.csproj
StrokeStyleTTests/CommandLineOptionTests.cs [new file with mode: 0644]
StrokeStyleTTests/Properties/AssemblyInfo.cs [new file with mode: 0644]
StrokeStyleTTests/StrokeStyleTTests.csproj [new file with mode: 0644]
StrokeStyleTTests/テストファイル/empty.sstf [new file with mode: 0644]