Code cleanup
This commit is contained in:
@@ -5,7 +5,6 @@ namespace MarketData
|
|||||||
{
|
{
|
||||||
public class CommandArgs : Dictionary<String,NVP>
|
public class CommandArgs : Dictionary<String,NVP>
|
||||||
{
|
{
|
||||||
|
|
||||||
// While the commands are converted to uppercase care must be taken to preserve the case of the arguments.
|
// While the commands are converted to uppercase care must be taken to preserve the case of the arguments.
|
||||||
public CommandArgs(String[] args)
|
public CommandArgs(String[] args)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user