随笔分类 - Winfrom
Winfrom
摘要:1:新建winfrom 窗体应用程序2:拖入contextMenuStrip、notifyIcon 2个控件3:如图4:code: 注意:复制控件事件要注册using System;using System.Collections.Generic;using System.ComponentMode...
阅读全文
摘要:2个窗体Parent,Children代码:Parentpublic partial class Parent : Form { public string parentValue = "parentValue"; Children sw; publi...
阅读全文