fix every last warning in every last file (non-html at least)
This commit is contained in:
parent
dc5d26d13e
commit
f7eef416d9
14 changed files with 154 additions and 189 deletions
|
@ -1,27 +1,19 @@
|
|||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows.Forms;
|
||||
using Bunifu.UI.WinForms;
|
||||
// using Bunifu.UI.WinForms;
|
||||
|
||||
namespace WebBrowser
|
||||
namespace XeroBrowser
|
||||
{
|
||||
public partial class frmSettings : Form
|
||||
public partial class FrmSettings : Form
|
||||
{
|
||||
public frmSettings()
|
||||
public FrmSettings()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
}
|
||||
|
||||
private void bunifuToggleSwitchflash_CheckedChanged(object sender, BunifuToggleSwitch.CheckedChangedEventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void bunifuToggleSwitchcookies_CheckedChanged(object sender, BunifuToggleSwitch.CheckedChangedEventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
private void bunifuDropdown1_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
|
@ -33,10 +25,6 @@ namespace WebBrowser
|
|||
Process.Start("ms-settings:network-proxy");
|
||||
}
|
||||
|
||||
private void frmSettings_FormClosing(object sender, FormClosingEventArgs e, Form form)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void bunifuPictureBox1_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
|
Reference in a new issue