public void Start() { Thread t = new Thread(UruchamianieObliczenPi); t.Start(); Thread.Sleep(500); t.Suspend(); OutputProvider.AskForContinuation(); t.Resume(); }