blob: 4cdc2bd649880be98466f52fafbbf87cdd32c117 (
plain) (
blame)
1
2
3
4
5
6
7
|
#include <precomp.h>
#include "xuidropdownlist.h"
// -----------------------------------------------------------------------
const wchar_t DropDownListXuiObjectStr[] = L"Wasabi:DropDownList";
char DropDownListXuiSvcName[] = "Wasabi:DropDownList xui object";
|