You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 28, 2022. It is now read-only.
When I try to compile the solution the error list is as follow:
Severity Code Description Project File Line Suppression State
Error CS0535 'AreaHandler' does not implement interface member 'IAreaHandler.MouseCrossed(AreaBase, bool)' Histogram C:\DFNetResearch-Projects-Core\Source\DevZH.UI-master\samples\Histogram\AreaHandler.cs 11 Active
Error CS0535 'Page15.AreaHandler' does not implement interface member 'IAreaHandler.MouseCrossed(AreaBase, bool)' Tester C:\DFNetResearch-Projects-Core\Source\DevZH.UI-master\samples\Tester\Page15.cs 128 Active
Error CS0535 'Page6.AreaHandler' does not implement interface member 'IAreaHandler.MouseCrossed(AreaBase, bool)' Tester C:\DFNetResearch-Projects-Core\Source\DevZH.UI-master\samples\Tester\Page6.cs 13 Active
Warning CS0168 The variable 'ex' is declared but never used DevZH.UI C:\DFNetResearch-Projects-Core\Source\DevZH.UI-master\src\DevZH.UI\Application.cs 114 Active