mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
支持公开添加接口
This commit is contained in:
parent
8dd5b03949
commit
c7d3c8fce7
@ -49,6 +49,8 @@ namespace VPet_Simulator.Windows
|
||||
Run rMoney;
|
||||
public void Show(Food.FoodType type)
|
||||
{
|
||||
if (!AllowChange)
|
||||
return;
|
||||
showeatanm = true;//逃出
|
||||
if (_searchTextBox != null)
|
||||
_searchTextBox.Text = "";
|
||||
@ -273,6 +275,8 @@ namespace VPet_Simulator.Windows
|
||||
|
||||
private void Search()
|
||||
{
|
||||
if (!AllowChange)
|
||||
return;
|
||||
var searchText = "";
|
||||
if (_searchTextBox != null)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user