Subversion Repositories spk

Rev

Rev 108 | Rev 110 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 108 Rev 109
Line 40... Line 40...
40
	///          the designers will not be able to interact properly with localized
40
	///          the designers will not be able to interact properly with localized
41
	///          resources associated with this form.
41
	///          resources associated with this form.
42
	/// </summary>
42
	/// </summary>
43
	public ref class Form1 : public System::Windows::Forms::Form
43
	public ref class Form1 : public System::Windows::Forms::Form
44
	{
44
	{
-
 
45
	public:
-
 
46
		static bool CheckCommandArguments(array<System::String ^> ^args);
-
 
47
 
45
	public:
48
	public:
46
		Form1(array<System::String ^> ^args);
49
		Form1(array<System::String ^> ^args);
47
 
50
 
48
		void parseCommandArguments(array<System::String ^> ^args);
51
		void parseCommandArguments(array<System::String ^> ^args);
49
 
52