From 731e3305b9bde3cfea9e3e93102735d3a49ba9b4 Mon Sep 17 00:00:00 2001 From: stubbfel Date: Mon, 8 Jul 2013 12:33:01 +0200 Subject: [PATCH] finish #86 --- CampusAppWP8/CampusAppWP8/Utility/Lui/Button/PhoneButton.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CampusAppWP8/CampusAppWP8/Utility/Lui/Button/PhoneButton.cs b/CampusAppWP8/CampusAppWP8/Utility/Lui/Button/PhoneButton.cs index e09bb57d..a65f0a4e 100644 --- a/CampusAppWP8/CampusAppWP8/Utility/Lui/Button/PhoneButton.cs +++ b/CampusAppWP8/CampusAppWP8/Utility/Lui/Button/PhoneButton.cs @@ -1,5 +1,5 @@ //----------------------------------------------------------------------- -// +// // Company copyright tag. // // stubbfel @@ -15,7 +15,7 @@ namespace CampusAppWP8.Utility.Lui.Button using Microsoft.Phone.Tasks; /// - /// This class create an Button which start a Phonecall + /// This class create an Button which start a PhoneCall /// public class PhoneButton : System.Windows.Controls.Button {