markus / KCOM / Common / MouseInputBase.cs @ 6b6e937c
이력 | 보기 | 이력해설 | 다운로드 (295 Bytes)
1 | 6b6e937c | taeseongkim | using System; |
---|---|---|---|
2 | using System.Collections.Generic; |
||
3 | using System.Linq; |
||
4 | using System.Text; |
||
5 | using System.Threading.Tasks; |
||
6 | using System.Windows.Input; |
||
7 | |||
8 | namespace KCOM.Common |
||
9 | { |
||
10 | public class MouseInputBase |
||
11 | { |
||
12 | public MouseInputBase() |
||
13 | { |
||
14 | |||
15 | //Mouse.get |
||
16 | } |
||
17 | } |
||
18 | } |