예제 #1
0
파일: HotkeyModel.cs 프로젝트: sgww/cozy
 public HotkeyModel(ModifyKeyStatus status, Key key)
     : this(status.Ctrl, status.Shift, status.Alt, status.Win, key)
 {
 }
예제 #2
0
파일: HotkeyModel.cs 프로젝트: xxy1991/cozy
        public HotkeyModel(ModifyKeyStatus status, Key key)
            :this(status.Ctrl, status.Shift, status.Alt, status.Win, key)
        {

        }