コード例 #1
0
ファイル: Device.cs プロジェクト: Phyberosis/ArmP2
        public Device()
        {
            com = ComFactory.MakeDefault();
            com.setOnRead(onComRead);

            EventBulletin.Subscribe(EventBulletin.Event.CLOSE, (o, e) => { onClose(); });
        }