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