コード例 #1
0
 public GMinimizer(GStatusBar owner) : base(0x180, 0x92, 0x18, 0x19)
 {
     this.m_Owner   = owner;
     base.m_Tooltip = new Tooltip("Minimize");
 }
コード例 #2
0
ファイル: GStatusBar.cs プロジェクト: Skinny1001/PlayUO
 public GMinimizer(GStatusBar owner)
     : base(0x180, 0x92, 0x18, 0x19)
 {
     this.m_Owner = owner;
     base.m_Tooltip = new Tooltip("Minimize");
 }