Class ClientInfoForm
Namespace: FastReport.Olap.Cloud.StorageClient.GoogleDrive
Assembly: FastCube.Mono.dll
Represents the Client Info diabolg form.
public class ClientInfoForm : BaseDialogForm
Inheritance
object ← MarshalByRefObject ← Component ← Control ← ScrollableControl ← ContainerControl ← Form ← BaseDialogForm ← ClientInfoForm
Inherited Members
BaseDialogForm.Localize(), BaseDialogForm.Dispose(bool), BaseDialogForm.btnCancel, BaseDialogForm.btnOk
Constructors
ClientInfoForm()
Initializes a new instance of the FastReport.Olap.Cloud.StorageClient.GoogleDrive.ClientInfoForm class.
public ClientInfoForm()
Properties
Id
Gets the client ID.
public string Id { get; }
Property Value
Secret
Gets the client secret.
public string Secret { get; }
Property Value
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposing
bool
true if managed resources should be disposed; otherwise, false.
Localize()
Localizes the dialog controls.
public override void Localize()
Remarks
Use this method to set control's captions specific to the current locale.