internal override void Inject(ServletForm servlet) { this.frmMain = Program.frmMain; this.GetElement("x").SetValue(frmMain.Left); this.GetElement("y").SetValue(frmMain.Top); this.GetElement("w").SetValue(frmMain.Width); this.GetElement("h").SetValue(frmMain.Height); }
internal override void Inject(ServletForm servlet) { this.lib = servlet.connectionHandler.server.library; }
internal override void Inject(ServletForm servletForm) { this.frmMain = Program.frmMain; }
internal virtual void Inject(ServletForm servletForm) { this.servlet = servletForm; }