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 41... Line 41...
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:
45
	public:
-
 
46
		static bool CheckCommandArguments(array<System::String ^> ^args);
-
 
47
 
-
 
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
 
50
		void ModMerge()
53
		void ModMerge()