2020年4月7日

当WPF中xaml与相应的cs文件没有关联的修改

摘要: 当WPF中xaml与相应的cs文件没有关联时,在csproj文件中修改配置 <Compile Include="xxxxxx\xxx.xaml.cs"> <DependentUpon>xxx.xaml</DependentUpon> </Compile> 阅读全文

posted @ 2020-04-07 10:30 鬼火小先生 阅读(680) 评论(0) 推荐(0)

C# 调用堆栈获取及打印

摘要: 1 System.Diagnostics.StackTrace st = new System.Diagnostics.StackTrace(); 2 System.Diagnostics.StackFrame[] sfs = st.GetFrames(); 3 //过虑的方法名称,以下方法将不会出 阅读全文

posted @ 2020-04-07 10:26 鬼火小先生 阅读(2718) 评论(0) 推荐(0)

导航