8 lines
242 B
C++
8 lines
242 B
C++
|
#include <precomp.h>
|
||
|
#include "xuicombobox.h"
|
||
|
|
||
|
// -----------------------------------------------------------------------
|
||
|
const wchar_t ComboBoxXuiObjectStr[] = L"Wasabi:ComboBox";
|
||
|
char ComboBoxXuiSvcName[] = "Wasabi:ComboBox xui object";
|
||
|
|