예제 #1
0
 // Token: 0x06000222 RID: 546 RVA: 0x0000731C File Offset: 0x0000551C
 public GControl10()
 {
     base.SetStyle(ControlStyles.UserPaint | ControlStyles.ResizeRedraw | ControlStyles.AllPaintingInWmPaint | ControlStyles.OptimizedDoubleBuffer, true);
     this.DoubleBuffered = true;
     GControl10.smethod_2(this, Color.FromArgb(60, 70, 73));
     GControl10.smethod_1(this, 42);
 }
예제 #2
0
 // Token: 0x06000220 RID: 544 RVA: 0x00002EC0 File Offset: 0x000010C0
 protected virtual void CreateHandle()
 {
     base.CreateHandle();
     GControl10.smethod_1(this, 42);
 }
예제 #3
0
 // Token: 0x0600021F RID: 543 RVA: 0x00002EAF File Offset: 0x000010AF
 protected virtual void OnResize(EventArgs e)
 {
     base.OnResize(e);
     GControl10.smethod_1(this, 42);
 }