04 2019 档案
摘要:Install-Package Microsoft.Xaml.Behaviors.Wpf
阅读全文
摘要:private void Button_Click(object sender, RoutedEventArgs e) { string savePth = System.IO.Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "richtextboxData.data"); ...
阅读全文
摘要:public class VirtualizingWrapPanel : VirtualizingPanel, IScrollInfo { #region Fields UIElementCollection _children; ItemsControl _itemsControl; IItemContaine...
阅读全文
摘要:using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Windows.Forms; namespace DocDecrypt.Common { public class FileHelper { private stati...
阅读全文