Tomboy.TomboyCommandLine.TomboyCommandLine C# (CSharp) Method

TomboyCommandLine() public method

public TomboyCommandLine ( string args ) : System
args string
return System
		public TomboyCommandLine (string [] args)
		{
			Parse (args);
		}