private void f_PortlariBagla() { cbPorts.Items.Clear(); cbPorts.Items.AddRange(PortControl.f_GetPorts()); cbPorts.SelectedIndex = 1; }