상속: System.Windows.Forms.UserControl
 public PopupWindowEventArgs(PopupWindow window)
 {
     this.window = window;
 }
예제 #2
0
		public PopupWindowEventArgs(PopupWindow window)
		{
			this.window = window;
		}