Ejemplo n.º 1
0
        internal void MainFormThemeChaned(object sender, EventArgs e)
        {
            //get master's theme
            TransEventArg arg = e as TransEventArg;

            this.SetTrans(arg.Theme);
        }
Ejemplo n.º 2
0
        public void AfterParentFrmThemeChange(object sender, EventArgs e)
        {
            //get master's theme
            TransEventArg arg = e as TransEventArg;

            this.SetTrans(arg.Theme);
        }
Ejemplo n.º 3
0
        internal void MainFormStyleChaned(object sender, EventArgs e)
        {
            TransEventArg arg1 = e as TransEventArg;

            this.SetTrans1(arg1.Style);
        }
Ejemplo n.º 4
0
        public void AfterParentFrmStyleChange(object sender, EventArgs e)
        {
            TransEventArg arg1 = e as TransEventArg;

            this.SetTrans1(arg1.Style);
        }