Wpf
AbCdE_f_G
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
FileInfo类的使用
FileInfo FileInfo file = new FileInfo("../../xxx/file.txt"); 获取文件的属性 FileAttributes a1 = file.Attributes; n.Text = a1.ToString();...原创 2019-12-26 14:13:53 · 751 阅读 · 0 评论 -
DirectoryInfor 类的使用
DirectoryInfor 类 实例化一个对象 并创建 DirectoryInfo info1 = new DirectoryInfo("../../xxx/file1.txt"); info1.Create(); 获取文件当前路径 FullName s...原创 2019-12-26 14:12:36 · 217 阅读 · 0 评论 -
Wpf简单的时钟
<Window x:Class="Wpf练习.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://s...原创 2019-12-17 10:41:13 · 215 阅读 · 0 评论
分享