コード例 #1
0
        public static UnselectAllEvent Read(Dictionary <byte, object> par)
        {
            var res = new UnselectAllEvent();

            return(res);
        }
コード例 #2
0
ファイル: UnselectAllEvent.cs プロジェクト: gdlprj/duscusys
 public static UnselectAllEvent Read(Dictionary<byte, object> par)
 {
     var res = new UnselectAllEvent();
     return res;
 }