BigRedButtonOfDeath.Android.Activity1.OnAbout C# (CSharp) Method

OnAbout() private method

private OnAbout ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        void OnAbout(object sender, EventArgs e)
        {
            Toast.MakeText(this, "The Big Red Button of Death! by Russ Judge.  Please consider making a Paypal donation to russjudge<at>gmail.com", ToastLength.Long);
        }