AppVeyor.Commands.ShowOptionsCommand.OnExecute C# (CSharp) Method

OnExecute() private static method

private static OnExecute ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private static void OnExecute(object sender, EventArgs e)
        {
            Telemetry.Instance.TrackEvent("Options page opened");
            AppVeyorPackage.ShowOptionPage(typeof(AppVeyorOptions));
        }