AutoWikiBrowser.Plugins.CFD.CfdAWBPlugin.ShowSettings C# (CSharp) Method

ShowSettings() private static method

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