随笔分类 -  wpf

摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Window... 阅读全文
posted @ 2015-07-02 16:28 王文姿 阅读(345) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
posted @ 2015-07-02 11:38 王文姿 阅读(442) 评论(0) 推荐(0)
摘要:public partial class MainWindow : Window { public MainWindow() { InitializeComponent(); } private void TabC... 阅读全文
posted @ 2015-06-30 19:17 王文姿 阅读(5674) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2015-06-29 14:32 王文姿 阅读(171) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using System.ComponentModel;变量:namespace 联系{ pub... 阅读全文
posted @ 2015-06-29 11:15 王文姿 阅读(176) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Controls;using System.Wind... 阅读全文
posted @ 2015-06-29 11:09 王文姿 阅读(2810) 评论(0) 推荐(0)
摘要:public MainWindow() { InitializeComponent(); this.WindowState = Properties.Settings.Default.WindowState;//初始化窗体状态 Prope... 阅读全文
posted @ 2015-06-28 08:56 王文姿 阅读(230) 评论(0) 推荐(0)