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
title
stringThe title of the progress dialog. If null, DefaultTitle is used.
message
stringThe message displayed in the progress dialog. If null, DefaultMessage is used.