Inheritance: System.Windows.Forms.UserControl
コード例 #1
0
 public PopupWindowEventArgs(PopupWindow window)
 {
     this.window = window;
 }
コード例 #2
0
		public PopupWindowEventArgs(PopupWindow window)
		{
			this.window = window;
		}