Async Data Loading, use ConfigManager
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
Option Infer On
|
||||
Option Strict On
|
||||
|
||||
Imports System
|
||||
Imports System.Windows.Forms
|
||||
Imports GdPicture14
|
||||
|
||||
Public Class frmPrint
|
||||
@@ -88,8 +88,8 @@ Public Class frmPrint
|
||||
txtPageRangeStart.Text = "1"
|
||||
txtPageRangeEnd.Text = m_owner.PageCount.ToString()
|
||||
|
||||
btnPrint.DialogResult = Windows.Forms.DialogResult.OK
|
||||
btnCancel.DialogResult = Windows.Forms.DialogResult.Cancel
|
||||
btnPrint.DialogResult = DialogResult.OK
|
||||
btnCancel.DialogResult = DialogResult.Cancel
|
||||
End Sub
|
||||
|
||||
Private Sub btnPrinterProperties_Click(ByVal sender As Object, ByVal e As EventArgs) Handles btnPrinterProperties.Click
|
||||
|
||||
Reference in New Issue
Block a user