示例#1
0
 internal uint ShowDialog(IntPtr hwnd)
 {
     using (PrintDlgEx dlg = new PrintDlgEx(hwnd, this))
     {
         return(dlg.ShowPrintDlgEx());
     }
 }
		internal uint ShowDialog(IntPtr hwnd)
		{
			using (PrintDlgEx dlg = new PrintDlgEx(hwnd, this))
			{
				return dlg.ShowPrintDlgEx();
			}
		}