mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-15 06:11:46 -06:00
4.45 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
d9666cf046
commit
a145bfc7cf
@@ -6,12 +6,12 @@
|
||||
#include "Windows/Control/PropertyPage.h"
|
||||
#include "Windows/Control/ListView.h"
|
||||
|
||||
#include "../../Common/ArchiverInfo.h"
|
||||
#include "../../Common/LoadCodecs.h"
|
||||
|
||||
class CSystemPage: public NWindows::NControl::CPropertyPage
|
||||
{
|
||||
bool _initMode;
|
||||
CObjectVector<CArchiverInfo> m_Archivers;
|
||||
CObjectVector<CArcInfoEx> m_Archivers;
|
||||
NWindows::NControl::CListView m_ListView;
|
||||
public:
|
||||
virtual bool OnInit();
|
||||
|
||||
Reference in New Issue
Block a user