UWP icon indicating copy to clipboard operation
UWP copied to clipboard

Some controls and common codes

Results 13 UWP issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

你好。 最近看了您WPF 跨线程 UI 的方法的博客,正好解决了工作上困扰的问题。但参考代码实现后,发现鼠标事件无法触发,我尝试用_child.RaiseEvent()方法转发到异步的子控件中,但并未成功,请问如何在异步ui中捕捉到鼠标事件?

关于 svn 的逻辑请看 https://gitee.com/coderbusy/git-puller/tree/master

这是 云之幻 的项目 https://github.com/Richasy/Img-Share

macAddress.Add(string.Join(separator, address.GetAddressBytes())); 这个方法返回值为字节的十进制字符串,不符合预期,需增加十六进制处理