Thread th = new Thread(() => send_File(path, key, tofrom, identity)); th.IsBackground = true; th.Start();