Ejemplo n.º 1
0
        // ******** Public Part ********

        public Browser()
        {
            InitializeComponent();

            this.Font = Resource.MainFont;

            scriptInterface = new ScriptInterface(this);
            webBrowser.ObjectForScripting = scriptInterface;
        }
Ejemplo n.º 2
0
        // ******** Public Part ********
        public Browser()
        {
            InitializeComponent();

            this.Font = Resource.MainFont;

            scriptInterface = new ScriptInterface(this);
            webBrowser.ObjectForScripting = scriptInterface;
        }