支持公开添加接口

This commit is contained in:
ZouJin 2023-09-20 18:58:22 +08:00
parent 8dd5b03949
commit c7d3c8fce7

View File

@ -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)
{