Skip to content

Commit 7eaaa83

Browse files
author
Rustam Zaitov
committed
[WorkingWithBehaviors] fix base class
1 parent 8429443 commit 7eaaa83

File tree

1 file changed

+1
-1
lines changed
  • WorkingWithBehaviors/WorkingWithBehaviors.WinPhone

1 file changed

+1
-1
lines changed

WorkingWithBehaviors/WorkingWithBehaviors.WinPhone/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
namespace WorkingWithBehaviors.WinPhone
1111
{
12-
public partial class App : Xamarin.Forms.Platform.WinPhone.FormsApplicationPage
12+
public partial class App : Application
1313
{
1414
/// <summary>
1515
/// Provides easy access to the root frame of the Phone Application.

0 commit comments

Comments
 (0)