随笔分类 -  C#

C Sharp
摘要:在MVVM模式中使用 #region Pagination在MVVM模式下使用的所有步骤 //第一步,添加using using Suresking.Styles; //第二步,准备后台总List<T>和前台显示的ObservableCollection<T> private List<Studen 阅读全文
posted @ 2022-04-01 20:36 情怀丶感伤 阅读(326) 评论(0) 推荐(0)
摘要:1 namespace AAFormsApp1 2 { 3 public partial class Form1 : Form 4 { 5 public Form1() 6 { 7 InitializeComponent(); 8 } 9 10 private void button1_Click( 阅读全文
posted @ 2020-03-04 21:56 情怀丶感伤 阅读(700) 评论(0) 推荐(0)
摘要:private void MaintainForm_Load(object sender, EventArgs e) { string[] array = new string[] { "hello", "hi", "nihao", "hehe", "yes", "no", "nobody", "morning", "yellow", "m... 阅读全文
posted @ 2018-11-13 20:43 情怀丶感伤 阅读(163) 评论(0) 推荐(0)
摘要:resp is a string. 阅读全文
posted @ 2018-08-31 20:40 情怀丶感伤 阅读(1574) 评论(0) 推荐(0)