C# Class DesktopHelper.UI.ClearSystemGarbageForm

Inheritance: Andwho.Windows.Forms.QQForm
Exibir arquivo Open project: JimmyFung/DesktopHelper Class Usage Examples

Public Properties

Property Type Description
form ClearSystemGarbageForm

Public Methods

Method Description
GetInstance ( ) : ClearSystemGarbageForm

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
BtnStartClear_Click ( object sender, EventArgs e ) : void
ClearRecycle ( ) : void
ClearSystemGarbage ( ) : void
ClearSystemGarbageForm ( ) : System
ClearSystemGarbageForm_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
ClearTemp ( ) : void
ConvertSize ( long byteSize ) : string
DeleteFile ( string file ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SetControlText ( Control control, string text ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

GetInstance() public static method

public static GetInstance ( ) : ClearSystemGarbageForm
return ClearSystemGarbageForm

Property Details

form public_oe static_oe property

public static ClearSystemGarbageForm,DesktopHelper.UI form
return ClearSystemGarbageForm