CSLA.NET
6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Main.cs
Go to the documentation of this file.
1
using
System;
2
using
System.Linq;
3
using
System.Collections.Generic;
4
5
using
Foundation;
6
using
UIKit;
7
8
namespace
Csla.Ios.Test
9
{
10
public
class
Application
11
{
12
// This is the main entry point of the application.
13
static
void
Main(
string
[] args)
14
{
15
// if you want to use a different Application Delegate class from "UnitTestAppDelegate"
16
// you can specify it here.
17
UIApplication.Main(args,
null
,
"UnitTestAppDelegate"
);
18
}
19
}
20
}
Csla.Ios.Test.Application
Definition:
Main.cs:11
Csla.Ios.Test
Definition:
Main.cs:9
Generated by
1.9.2