17 lines
542 B
C++
17 lines
542 B
C++
//---------------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
|
|
#include "MiniChat_userlist.h"
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
#pragma resource "*.dfm"
|
|
TMiniChatList *MiniChatList;
|
|
//---------------------------------------------------------------------------
|
|
__fastcall TMiniChatList::TMiniChatList(TComponent* Owner)
|
|
: TForm(Owner)
|
|
{
|
|
}
|
|
//---------------------------------------------------------------------------
|
|
|