// Token: 0x0600225D RID: 8797 RVA: 0x00074D50 File Offset: 0x00072F50
 private void btnSelector_MouseDown(object sender, MouseEventArgs e)
 {
     if (e.Button == MouseButtons.Left)
     {
         Class335.smethod_2(WindowSelector.string_2, true);
         if (this.eventHandler_1 != null)
         {
             this.eventHandler_1(this, EventArgs.Empty);
         }
         if (this.class366_0 == null)
         {
             Cursor.Current = Cursors.Cross;
         }
         else
         {
             Cursor.Current = this.class366_0.Cursor;
         }
         this.SelectedWindow = IntPtr.Zero;
         this.method_3();
         if (this.list_0 == null)
         {
             this.list_0 = new List <KeyValuePair <IntPtr, Rectangle> >();
         }
         Class410.smethod_12(this.list_0);
     }
 }