public static UnselectAllEvent Read(Dictionary <byte, object> par)
        {
            var res = new UnselectAllEvent();

            return(res);
        }
Example #2
0
 public static UnselectAllEvent Read(Dictionary<byte, object> par)
 {
     var res = new UnselectAllEvent();
     return res;
 }