C# Class FSODroid.Resources.Layout.InstallerActivity

Inheritance: Android.App.Activity
Exibir arquivo Open project: RHY3756547/FreeSO

Public Methods

Method Description
ShowAlert ( string title, string message ) : void

Protected Methods

Method Description
OnCreate ( Bundle savedInstanceState ) : void

Private Methods

Method Description
Client_DownloadFileCompleted ( object sender, System e ) : void
Client_DownloadProgressChanged ( object sender, DownloadProgressChangedEventArgs e ) : void
Decomp_OnContinue ( string obj ) : void
IPButton_Click ( object sender, EventArgs e ) : void
ResetDownloader ( ) : void

Method Details

OnCreate() protected method

protected OnCreate ( Bundle savedInstanceState ) : void
savedInstanceState Bundle
return void

ShowAlert() public method

public ShowAlert ( string title, string message ) : void
title string
message string
return void