C# Class FSODroid.Resources.Layout.InstallerActivity

Inheritance: Android.App.Activity
Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Méthode Description
ShowAlert ( string title, string message ) : void

Méthodes protégées

Méthode Description
OnCreate ( Bundle savedInstanceState ) : void

Private Methods

Méthode 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 méthode

protected OnCreate ( Bundle savedInstanceState ) : void
savedInstanceState Bundle
Résultat void

ShowAlert() public méthode

public ShowAlert ( string title, string message ) : void
title string
message string
Résultat void