Пример #1
0
 public ShadowForm(FormBase main, FormRenderConfig config)
 {
     this.m_HostForm = main;
     m_Config = config;
     this.SetStyles();
     this.Init();
 }
Пример #2
0
 public ShadowForm(FormBase main, FormRenderConfig config)
 {
     this.m_HostForm = main;
     m_Config        = config;
     this.SetStyles();
     this.Init();
 }
Пример #3
0
 public FormShadow(FormBase main)
 {
     this.Main = main;
     this.SetStyles();
     this.Init();
 }