This commit is contained in:
stubbfel
2013-07-08 12:33:01 +02:00
parent bc77d076c9
commit 731e3305b9

View File

@@ -1,5 +1,5 @@
//-----------------------------------------------------------------------
// <copyright file="PhoneButtonn.cs" company="BTU/IIT">
// <copyright file="PhoneButton.cs" company="BTU/IIT">
// Company copyright tag.
// </copyright>
// <author>stubbfel</author>
@@ -15,7 +15,7 @@ namespace CampusAppWP8.Utility.Lui.Button
using Microsoft.Phone.Tasks;
/// <summary>
/// This class create an Button which start a Phonecall
/// This class create an Button which start a PhoneCall
/// </summary>
public class PhoneButton : System.Windows.Controls.Button
{