Feature: Add a "View Windows" menu for remote desktop control

This commit is contained in:
yuanyuanxiang
2026-07-11 18:05:25 +02:00
parent f146af121a
commit f2a95848ce
7 changed files with 22 additions and 1 deletions

View File

@@ -49,4 +49,5 @@ public:
afx_msg void OnPlistInject();
afx_msg void OnPlistAntiBlackScreen();
afx_msg void OnWlistView();
afx_msg void OnNMDblclkListSystem(NMHDR* pNMHDR, LRESULT* pResult);
};