We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4140b12 commit 90ab49cCopy full SHA for 90ab49c
ListViewMaui/ListViewMaui/Platforms/iOS/Program.cs
@@ -8,7 +8,7 @@ public class Program
8
// This is the main entry point of the application.
9
static void Main(string[] args)
10
{
11
- // If you want to use a different Application Delegate class from "AppDelegate,"
+ // If you want to use a different Application Delegate class from "AppDelegate",
12
// you can specify it here.
13
UIApplication.Main(args, null, typeof(AppDelegate));
14
}
0 commit comments