2021年7月30日

WPF #DataGrid样式

摘要: <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:con 阅读全文

posted @ 2021-07-30 14:39 小熊博客园 阅读(276) 评论(0) 推荐(0)

c#知识点记录1

摘要: 一、获取运行文件目录相关: 1、//使用AppDomain获取当前目录 string dir = AppDomain.CurrentDomain.BaseDirectory; 2、//使用path获取当前应用程序集的执行的上级目录string dir1 = Path.GetFullPath(".." 阅读全文

posted @ 2021-07-30 14:35 小熊博客园 阅读(61) 评论(0) 推荐(0)

导航