public void Start() { Thread t = new Thread(UruchamianieObliczenPi); t.Start(); //Thread.Sleep(2000); OutputProvider.ShowQuestion(); }