12 lines
114 B
C
12 lines
114 B
C
|
#pragma once
|
|||
|
|
|||
|
|
|||
|
class ListBoxChild : public CListBox
|
|||
|
{
|
|||
|
DECLARE_DYNAMIC(CListBox)
|
|||
|
// Constructors
|
|||
|
public:
|
|||
|
|
|||
|
};
|
|||
|
|