Constructor ProgressDialog
ProgressDialog()
Initializes a new instance of the ProgressDialog class with default title and message.
public ProgressDialog()
ProgressDialog(string?, string?)
Initializes a new instance of the ProgressDialog class with a specified title and message.
public ProgressDialog(string? title, string? message)
Parameters
titlestringThe title of the progress dialog. If null, DefaultTitle is used.
messagestringThe message displayed in the progress dialog. If null, DefaultMessage is used.