摘要:
static void Main(string[] args) { List<Man> list = new List<Man>(); for (int i = 0; i < 10; i++) { Man d = new Man(); d.Age = i ; d.Name = i.ToString( 阅读全文
摘要:
namespace test_Console{ public class Man { public void Go() { Console.WriteLine("GO"); } } class Program { static void Main(string[] args) { Go<Man>() 阅读全文
摘要:
<Button Background="Transparent" Margin="0,0,139,61"> <Button.Content> <StackPanel> <Ellipse Fill="Green" Width="25" Height="25"/> <Label Content="OK! 阅读全文
摘要:
点击按钮的后台代码: this.WindowState = WindowState.Minimized; 运行程序后,点击按钮,窗体将最小化。 阅读全文
摘要:
一切准备就绪……,之后就没有之后了; 需要下载这两个补丁:kb4474419 和 kb4490628; 安装这两个补丁之后,就可以开始安装了VS2019了; 阅读全文