Exemplo n.º 1
0
 // Token: 0x06001E9D RID: 7837 RVA: 0x0000BD56 File Offset: 0x00009F56
 private void CustomOption_CheckedChanged(object sender, EventArgs e)
 {
     if (this.BeanCombination == null && this.CustomOption.Checked)
     {
         this.BeanCombination = Class322.readOnlyCollection_0[0];
     }
 }
Exemplo n.º 2
0
 // Token: 0x06001E9C RID: 7836 RVA: 0x0000BD38 File Offset: 0x00009F38
 private void InheritOption_CheckedChanged(object sender, EventArgs e)
 {
     if (this.BeanCombination != null && this.InheritOption.Checked)
     {
         this.BeanCombination = null;
     }
 }
 // Token: 0x06002399 RID: 9113 RVA: 0x000785C0 File Offset: 0x000767C0
 public void method_0(Class322 combo)
 {
     base.SelectedItems.Clear();
     if (combo != null)
     {
         ListViewItem listViewItem = this.dictionary_0[combo];
         listViewItem.Selected = true;
         base.Select();
     }
 }
 // Token: 0x06001812 RID: 6162 RVA: 0x00007B82 File Offset: 0x00005D82
 public EventArgs12(Class322 beanCombination)
 {
     this.BeanCombination = beanCombination;
 }
 public abstract void Visit(Class322 c);
 public override void Visit(Class322 c) { }