public Main() { InitializeComponent(); radioTest.Checked = true; this.bluetooth_list = new BluetoothList(); //bluetooth_list.Location = new Point(350, 40); //bluetooth_list.TopLevel = false; //this.Controls.Add(bluetooth_list); bluetooth_list.Show(); bluetooth_list.Location = new Point(0, 0); bluetooth_list.hideButton(); outputText.Text = Environment.GetFolderPath(Environment.SpecialFolder.Desktop); //ArrayList list = new ArrayList(); //for (double i = 1; i <= 3; i++) //{ // list.Add(i); //} //double res = Calculate.norm(list); //Console.WriteLine(res); }