using UIKit; namespace AtomicPlayer { public class AtomicApp { // This is the main entry point of the application. static void Main(string[] args) { UIApplication.Main(args, null, "AppUIDelegate"); } } }