Exemplo n.º 1
0
 public HuePopUpDress(FiddlerControls.Dress ref_, int hue, int l)
 {
     InitializeComponent();
     this.Icon = FiddlerControls.Options.GetFiddlerIcon();
     if ((hue & 0x8000) != 0)
     {
         hue ^= 0x8000;
         HueOnlyGray.Checked = true;
     }
     if (hue >= 0)
         control.Selected = hue - 1;
     refItem = ref_;
     layer = l;
 }
Exemplo n.º 2
0
 public HuePopUpDress(FiddlerControls.Dress ref_, int hue, int l)
 {
     InitializeComponent();
     this.Icon = FiddlerControls.Options.GetFiddlerIcon();
     if ((hue & 0x8000) != 0)
     {
         hue ^= 0x8000;
         HueOnlyGray.Checked = true;
     }
     if (hue >= 0)
     {
         control.Selected = hue - 1;
     }
     refItem = ref_;
     layer   = l;
 }