//Sona One End public R3Xploit() { InitializeComponent(); listBox1.Items.Clear();//Clear Items in the LuaScriptList Fungsi.PopulateListBox(listBox1, "./Scripts", "*.txt"); Fungsi.PopulateListBox(listBox1, "./Scripts", "*.lua"); //search listcollection.Clear(); foreach (string str in listBox1.Items) { listcollection.Add(str); } }
private void button6_Click(object sender, EventArgs e) { listBox1.Items.Clear();//Clear Items in the LuaScriptList Fungsi.PopulateListBox(listBox1, "./Scripts", "*.txt"); Fungsi.PopulateListBox(listBox1, "./Scripts", "*.lua"); }