02 2015 档案

C# 在右下角弹出窗口
摘要:窗口代码如下:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System... 阅读全文

posted @ 2015-02-07 10:31 冬夜冷雨 阅读(281) 评论(0) 推荐(0)

C# 窗口传值的方法
摘要:方法一: A to B设置FormB 为 带参数的构造函数public Form2( object msg){InitializeComponent();} 方法二: A to B 定义一个public 函数 public void Receive(string Msg) { ... 阅读全文

posted @ 2015-02-02 11:29 冬夜冷雨 阅读(258) 评论(0) 推荐(0)

导航