Initial commit
This commit is contained in:
commit
3070582aa4
48 changed files with 1448 additions and 0 deletions
14
pgLabII.iOS/Main.cs
Normal file
14
pgLabII.iOS/Main.cs
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
using UIKit;
|
||||
|
||||
namespace pgLabII.iOS;
|
||||
|
||||
public class Application
|
||||
{
|
||||
// This is the main entry point of the application.
|
||||
static void Main(string[] args)
|
||||
{
|
||||
// if you want to use a different Application Delegate class from "AppDelegate"
|
||||
// you can specify it here.
|
||||
UIApplication.Main(args, null, typeof(AppDelegate));
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue