Forex_Strategy_Builder.Browser.PropertiesOnClick C# (CSharp) 메소드

PropertiesOnClick() 개인적인 메소드

private PropertiesOnClick ( object objSrc, EventArgs args ) : void
objSrc object
args System.EventArgs
리턴 void
        void PropertiesOnClick(object objSrc, EventArgs args)
        {
            wbBrowser.ShowPropertiesDialog();
        }