コード例 #1
0
 // Token: 0x06000154 RID: 340 RVA: 0x000066A0 File Offset: 0x000048A0
 private void ApLogForm_Load(object sender, EventArgs e)
 {
     this.sqliteCommand_0        = new SQLiteCommand("Select * From Networks", this.sqliteConnection_0);
     this.sqliteCommand_1        = new SQLiteCommand("Select * From Algorithms", this.sqliteConnection_0);
     this.sqliteDataAdapter_0    = new SQLiteDataAdapter(this.sqliteCommand_0);
     this.sqliteDataAdapter_1    = new SQLiteDataAdapter(this.sqliteCommand_1);
     this.sqliteCommandBuilder_0 = new SQLiteCommandBuilder(this.sqliteDataAdapter_0);
     this.dataTable_0.Locale     = CultureInfo.InvariantCulture;
     this.sqliteDataAdapter_0.Fill(this.dataTable_0);
     this.BindingSource_0.DataSource = this.dataTable_0;
     this.sqliteDataAdapter_1.Fill(this.dataTable_1);
     this.dgvAp.AutoGenerateColumns = false;
     this.dgvAp.DataSource          = this.BindingSource_0;
     this.tbDeviceName.DataBindings.Add("Text", this.BindingSource_0, "DeviceName");
     this.tbModelName.DataBindings.Add("Text", this.BindingSource_0, "ModelName");
     this.tbModelNumber.DataBindings.Add("Text", this.BindingSource_0, "ModelNumber");
     this.tbManufacturer.DataBindings.Add("Text", this.BindingSource_0, "Manufacturer");
     this.tbSerialNumber.DataBindings.Add("Text", this.BindingSource_0, "SerialNumber");
     this.tbRfBand.DataBindings.Add("Text", this.BindingSource_0, "RfBand");
     this.tbUUID.DataBindings.Add("Text", this.BindingSource_0, "UUID");
     this.tbVersion.DataBindings.Add("Text", this.BindingSource_0, "Version");
     this.tbEncryption.DataBindings.Add("Text", this.BindingSource_0, "Encryption");
     this.tbConfigMethod.DataBindings.Add("Text", this.BindingSource_0, "ConfigMethods");
     this.tbWpsPin.DataBindings.Add("Text", this.BindingSource_0, "PIN");
     this.tbNetworkKey.DataBindings.Add("Text", this.BindingSource_0, "Key");
     this.bnavAp.BindingSource = this.BindingSource_0;
     this.tbUpload.Enabled     = Class13.smethod_16();
     this.Timer_0.Enabled      = Class13.smethod_16();
 }
コード例 #2
0
 // Token: 0x06000160 RID: 352 RVA: 0x0000392B File Offset: 0x00001B2B
 private void method_11(object sender, EventArgs e)
 {
     if (Class13.smethod_16())
     {
         new GClass1().method_0();
         MessageBox.Show("Gracias, Thanks, merci, спасибо", "Uploaded...", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);
     }
 }
コード例 #3
0
 // Token: 0x060002FD RID: 765 RVA: 0x000124DC File Offset: 0x000106DC
 private void method_1(object sender, DoWorkEventArgs e)
 {
     if (Class13.smethod_16())
     {
         this.method_4("https://sourceforge.net/projects/waircut/files/", 15);
         this.method_5("https://sourceforge.net/projects/waircut/files/", 15);
         this.BackgroundWorker_0.ReportProgress(1);
     }
     for (;;)
     {
         this.BackgroundWorker_0.ReportProgress(1);
         Thread.Sleep(60000);
         ref int ptr = ref this.int_0;
         this.int_0 = checked (ptr + 1);
     }