AEMManager.Program.AEMDocumentation_Click C# (CSharp) Méthode

AEMDocumentation_Click() static private méthode

static private AEMDocumentation_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void
        static void AEMDocumentation_Click(object sender, EventArgs e)
        {
            System.Diagnostics.Process p = new System.Diagnostics.Process();
              p.StartInfo.FileName = "https://docs.adobe.com/";
              p.Start();
        }