Commit 0cd152bd authored by 潘栩锋's avatar 潘栩锋 🚴

为了扫描图 扩展 public virtual void MatchParam(int[] IDs)

parent ec9702ab
......@@ -53,7 +53,7 @@ namespace MultiLayout.UiModule
/// 只保存 IDs 的控件
/// </summary>
/// <param name="IDs"></param>
public void MatchParam(int[] IDs)
public virtual void MatchParam(int[] IDs)
{
if (Items.RemoveAll(i => { return !IDs.Contains(i.ID); }) > 0)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment