Пример #1
0
 // Token: 0x060000BC RID: 188 RVA: 0x00005D68 File Offset: 0x00003F68
 public WHfCnaeAMEFPwbVHgQkWFbdtQGiZA(GClass12 gclass12_0)
 {
     this.InitializeComponent();
     this.gclass6_0 = new GClass6();
     this.method_0();
     this.method_10();
     this.settings_0 = GClass13.smethod_0();
     if (this.settings_0 != null)
     {
         this.slider_0.Value           = (double)this.settings_0.WindupMultiplier;
         this.slider_1.Value           = (double)this.settings_0.TotalDelayMultiplier;
         this.comboBox_1.SelectedValue = this.settings_0.DetectionHotkey;
         this.comboBox_0.SelectedValue = this.settings_0.OrbwalkHotkey;
         this.comboBox_2.SelectedValue = this.settings_0.StartStopHotkey;
         this.checkBox_1.IsChecked     = new bool?(this.settings_0.ShowRangeindicator);
         this.checkBox_0.IsChecked     = new bool?(this.settings_0.UseEmergencyStrategy);
     }
     else
     {
         this.settings_0 = new Settings(Keys.Space, Keys.N, Keys.Return, 0, 0, gclass12_0.String_0, this.checkBox_0.IsChecked.GetValueOrDefault(), this.checkBox_1.IsChecked.GetValueOrDefault(), this.toggleSwitch_1.IsChecked.GetValueOrDefault());
         this.comboBox_1.SelectedItem = Keys.Space;
         this.comboBox_0.SelectedItem = Keys.LControlKey;
         this.comboBox_2.SelectedItem = Keys.Return;
     }
     base.TitlebarHeight        = 39;
     this.settings_0.LicenceKey = gclass12_0.String_0;
     this.label_1.Content       = gclass12_0.String_1;
     this.method_5(gclass12_0.String_0);
     this.method_6();
     this.method_7(this.comboBox_1);
     this.method_7(this.comboBox_0);
     this.method_7(this.comboBox_2);
     WHfCnaeAMEFPwbVHgQkWFbdtQGiZA.GDelegate0 gdelegate0_ = new WHfCnaeAMEFPwbVHgQkWFbdtQGiZA.GDelegate0(this.method_1);
     WHfCnaeAMEFPwbVHgQkWFbdtQGiZA.GDelegate2 gdelegate2_ = new WHfCnaeAMEFPwbVHgQkWFbdtQGiZA.GDelegate2(this.method_3);
     WHfCnaeAMEFPwbVHgQkWFbdtQGiZA.GDelegate1 gdelegate1_ = new WHfCnaeAMEFPwbVHgQkWFbdtQGiZA.GDelegate1(this.method_2);
     this.class6_0  = new Class6(this.settings_0, gdelegate1_);
     this.gclass3_0 = new GClass3(this.settings_0, gdelegate0_, gdelegate2_);
     this.gclass3_0.method_0();
 }
Пример #2
0
 // Token: 0x06000129 RID: 297 RVA: 0x00006F48 File Offset: 0x00005148
 public GClass3(Settings settings_1, WHfCnaeAMEFPwbVHgQkWFbdtQGiZA.GDelegate0 gdelegate0_1, WHfCnaeAMEFPwbVHgQkWFbdtQGiZA.GDelegate2 gdelegate2_1)
 {
     this.settings_0   = settings_1;
     this.gdelegate0_0 = gdelegate0_1;
     this.gdelegate2_0 = gdelegate2_1;
 }