Subversion Repositories spk

Rev

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

Rev 51 Rev 52
Line 9... Line 9...
9
 
9
 
10
using namespace System::Windows::Forms;
10
using namespace System::Windows::Forms;
11
using namespace Microsoft::Win32;
11
using namespace Microsoft::Win32;
12
 
12
 
13
#define PMLVERSION	1.46
13
#define PMLVERSION	1.46
14
#define PMLBETA		2
14
#define PMLBETA		3
15
#define PMLDATE		"28/06/2012"
15
#define PMLDATE		"30/06/2012"
16
 
16
 
17
 
17
 
18
namespace PluginManager {
18
namespace PluginManager {
19
 
19
 
20
	ref class SortPackage : public Object
20
	ref class SortPackage : public Object