C# Class ADBaseLibrary.AdobeHDS.FlashWrapper.DecryptForm

Show file Open project: maxpiva/AnimeOfflineDownloader Class Usage Examples

Public Properties

Property Type Description
form DecryptForm

Public Methods

Method Description
Decrypt ( string datas, string keys ) : string
DecryptForm ( ) : System
Init ( ) : void
Kill ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CreateComponent ( object obj ) : void
InitializeComponent ( ) : void

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

Method Details

Decrypt() public static method

public static Decrypt ( string datas, string keys ) : string
datas string
keys string
return string

DecryptForm() public method

public DecryptForm ( ) : System
return System

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

Init() public static method

public static Init ( ) : void
return void

Kill() public static method

public static Kill ( ) : void
return void

Property Details

form public static property

public static DecryptForm,ADBaseLibrary.AdobeHDS.FlashWrapper form
return DecryptForm