private void ReplaceButton_OnClick (object Sender, RoutedEventArgs E)
			{
			TextPreprocessor Prep = new TextPreprocessor ();
			Prep.LoadFromFile (SaveStoreName + ".TextPre");
			InputText.Text = Prep.DoTextProcessing (InputText.Text);
			}