KimhillZhang |
|
||
2013年9月8日
摘要:
public partial class Form1 : Form { public Form1() { InitializeComponent(); } public delegate void showMessage(string msg); public static void showM(string m) { MessageBox.Show(m); } public string returnM(string m) { return m; } private void button1_Click(object sender, EventArgs e) { //3 showMessag 阅读全文
|
Copyright © 2024 KimhillZhang
Powered by .NET 8.0 on Kubernetes |