SYMBOL INDEX (53 symbols across 11 files) FILE: Boop/AboutBox1.Designer.cs class AboutBox1 (line 3) | partial class AboutBox1 method Dispose (line 13) | protected override void Dispose(bool disposing) method InitializeComponent (line 28) | private void InitializeComponent() FILE: Boop/AboutBox1.cs class AboutBox1 (line 12) | partial class AboutBox1 : Form method AboutBox1 (line 14) | public AboutBox1() FILE: Boop/Form1.Designer.cs class Form1 (line 3) | partial class Form1 method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Boop/Form1.cs class Form1 (line 20) | public partial class Form1 : Form method Form1 (line 69) | public Form1() method OnApplicationExit (line 105) | private void OnApplicationExit(object sender, EventArgs e) method btnPickFiles_Click (line 125) | private void btnPickFiles_Click(object sender, EventArgs e) method ProcessFilenames (line 157) | private void ProcessFilenames() method btnBoop_Click (line 229) | private void btnBoop_Click(object sender, EventArgs e) method GotData (line 357) | private void GotData(IAsyncResult ar) method AppendTwoByteArrays (line 378) | static byte[] AppendTwoByteArrays(byte[] arrayA, byte[] arrayB) //Aux ... method Form1_Load (line 386) | private void Form1_Load(object sender, EventArgs e) method Form1_DragEnter (line 396) | private void Form1_DragEnter(object sender, DragEventArgs e) method Form1_DragDrop (line 409) | private void Form1_DragDrop(object sender, DragEventArgs e) method enableControls (line 440) | private void enableControls(bool enabled) method setStatusLabel (line 447) | private void setStatusLabel(String text) method saveIPAddress (line 455) | private String saveIPAddress(String newIPAddress) method savePortNumber (line 466) | private string savePortNumber(String newPortNumber) method txt3DS_Leave (line 477) | private void txt3DS_Leave(object sender, EventArgs e) method txt3DS_TextChanged (line 482) | private void txt3DS_TextChanged(object sender, EventArgs e) method txtPort_TextChanged (line 488) | private void txtPort_TextChanged(object sender, EventArgs e) method linkWhat_LinkClicked (line 494) | private void linkWhat_LinkClicked(object sender, LinkLabelLinkClickedE... method btnGithub_Click (line 499) | private void btnGithub_Click(object sender, EventArgs e) //New cooler ... method btnInfo_Click (line 504) | private void btnInfo_Click(object sender, EventArgs e) //New super coo... method lvFileList_SelectedIndexChanged (line 510) | private void lvFileList_SelectedIndexChanged(object sender, EventArgs e) method comboBox1_SelectedIndexChanged (line 516) | private void comboBox1_SelectedIndexChanged(object sender, EventArgs e) method lblPCIP_LinkClicked (line 521) | private void lblPCIP_LinkClicked(object sender, LinkLabelLinkClickedEv... method linkLabel1_LinkClicked (line 526) | private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClicke... FILE: Boop/InfoBox.Designer.cs class InfoBox (line 3) | partial class InfoBox method Dispose (line 13) | protected override void Dispose(bool disposing) method InitializeComponent (line 28) | private void InitializeComponent() FILE: Boop/InfoBox.cs class InfoBox (line 10) | partial class InfoBox : Form method InfoBox (line 12) | public InfoBox() method InfoBox_Load (line 19) | private void InfoBox_Load(object sender, EventArgs e) FILE: Boop/NetUtil.cs class IPv4 (line 16) | class IPv4 method GetAllMacAddressesAndIppairs (line 30) | static List GetAllMacAddressesAndIppairs() type MacIpPair (line 54) | public struct MacIpPair method GetFirstNintendoIP (line 63) | public static string GetFirstNintendoIP() method Validate (line 94) | public static bool Validate(string ipString) method ValidatePort (line 108) | public static bool ValidatePort(string portString) method PortInUse (line 118) | public static bool PortInUse(int port) FILE: Boop/Program.cs class Program (line 10) | static class Program method Main (line 15) | [STAThread] FILE: Boop/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: Boop/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: Boop/Utils.cs class Utils (line 9) | class Utils method GetCurrentVersion (line 11) | public static string GetCurrentVersion()