AutoWikiBrowser.Plugins.CFD.CfdAWBPlugin.ShowSettings C# (CSharp) Méthode

ShowSettings() private static méthode

private static ShowSettings ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void
        private static void ShowSettings(object sender, EventArgs e)
        {
            new CfdOptions().Show();
        }