8 lines
262 B
C++
8 lines
262 B
C++
|
#include <precomp.h>
|
||
|
#include "xuidropdownlist.h"
|
||
|
|
||
|
// -----------------------------------------------------------------------
|
||
|
const wchar_t DropDownListXuiObjectStr[] = L"Wasabi:DropDownList";
|
||
|
char DropDownListXuiSvcName[] = "Wasabi:DropDownList xui object";
|
||
|
|