alex-ks / ev3dev_csharp

C# Library for Lego Mindstorms EV3 (running on ev3dev linux)
4 stars 0 forks source link

Make ShutdownEvent working with custom properties #6

Open alex-ks opened 4 years ago

alex-ks commented 4 years ago

After properties refactoring ShutdownEventAttribute can only be used with originally boolean properties. Need to implement some mechanism to track custom properties too.