#include "stdafx.h" //#include "ModalitaNotturna.h" #include "ListBut.h" // CListBut IMPLEMENT_DYNAMIC(CListBut, CListCtrl) CListBut::CListBut() { } CListBut::~CListBut() { } BEGIN_MESSAGE_MAP(CListBut, CListCtrl) END_MESSAGE_MAP() void CListBut::SetButton() { } // CListBut message handlers
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)