Exemplo n.º 1
0
        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;
 }
Exemplo n.º 3
0
 internal override void Inject(ServletForm servletForm)
 {
     this.frmMain = Program.frmMain;
 }
Exemplo n.º 4
0
 internal virtual void Inject(ServletForm servletForm)
 {
     this.servlet = servletForm;
 }