#pragma once
|
//ͬ»¨Ë³¹¤¾ß
|
#include<string>
|
class ThsUtil
|
{
|
|
private:
|
static HWND get_trade_refesh_hwnd();
|
static HWND get_ths_second_screen_menu_hwnd();
|
|
public:
|
//½»Ò×Ë¢ÐÂ
|
static void run_trade_refresh();
|
|
// »ñȡͬ»¨Ë³ÉÁµçÂô³öµ¯¿ò
|
static HWND get_ths_flash_sell_win();
|
|
// »ñȡͬ»¨Ë³ÉÁµçÂô³ö´úÂëÃû³Æ
|
static std::wstring get_ths_flash_sell_name();
|
};
|