コード例 #1
0
ファイル: ShadowForm.cs プロジェクト: weitaoxiao/ClientEngine
 public ShadowForm(FormBase main, FormRenderConfig config)
 {
     this.m_HostForm = main;
     m_Config = config;
     this.SetStyles();
     this.Init();
 }
コード例 #2
0
ファイル: ShadowForm.cs プロジェクト: zixing131/ClientEngine
 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();
 }