Esempio n. 1
0
 public ShadowForm(FormBase main, FormRenderConfig config)
 {
     this.m_HostForm = main;
     m_Config = config;
     this.SetStyles();
     this.Init();
 }
Esempio n. 2
0
 public ShadowForm(FormBase main, FormRenderConfig config)
 {
     this.m_HostForm = main;
     m_Config        = config;
     this.SetStyles();
     this.Init();
 }
Esempio n. 3
0
 public FormShadow(FormBase main)
 {
     this.Main = main;
     this.SetStyles();
     this.Init();
 }