摘要:
本文引自:点击这里 一、概要 本篇文章主要分享使用TaskbarItemInfo对象(WPF)在window操作系统的任务栏中同步任务进度的功能。 什么是TaskbarItemInfo对象? TaskbarItemInfo类为 Windows 7 任务栏功能提供托管包装。有关 Windows she 阅读全文
摘要:
一、string.Empty 和 "" 原文1 原文2 1、Empty是string类中的一个静态的只读字段,它是这样定义的: // Represents the empty string. This field is read-only. public static readonly string 阅读全文