|
|
От: | Аноним | |
| Дата: | 05.11.05 15:44 | ||
| Оценка: | |||
class ViewManager
{
public:
enum ControlType {e_1, e_2...e_N, e_Last};
COLORREF GetColorForControl_N (ControlType e);
void SetColorForControl_N (ControlType e);
private;
COLORREF m_crControls [e_Last];
}