Improve: Enhance CClientListDlg with grouping and better UX

This commit is contained in:
yuanyuanxiang
2026-01-25 12:14:15 +01:00
parent 53515820ea
commit d7789e04ca
21 changed files with 560 additions and 130 deletions

View File

@@ -46,8 +46,4 @@ public:
{
return TRUE;
}
virtual bool IsEqual(context* ctx) const
{
return this == ctx || this->GetPort() == ctx->GetPort();
}
};