Skip to content

Commit

Permalink
first update
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsoft committed Mar 1, 2019
1 parent 1c758f3 commit 7e54580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AfonsoftIPTV/AfonsoftIPTV/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public partial class App
* This imposes a limitation in which the App class must have a default constructor.
* App(IPlatformInitializer initializer = null) cannot be handled by the Activator.
*/
public App() : this(null) { }
public App() : this(null) { }

public App(IPlatformInitializer initializer) : base(initializer) { }

Expand Down

0 comments on commit 7e54580

Please sign in to comment.