From f9801ab21989e330015ffa274493e775671fe865 Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 12 Sep 2018 14:48:57 +0200 Subject: Make test controllers layout more consistent Close #184 --- csharp/xamarin/controller/controller.iOS/Main.cs | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 csharp/xamarin/controller/controller.iOS/Main.cs (limited to 'csharp/xamarin/controller/controller.iOS/Main.cs') diff --git a/csharp/xamarin/controller/controller.iOS/Main.cs b/csharp/xamarin/controller/controller.iOS/Main.cs deleted file mode 100644 index 70afb4f1b8d..00000000000 --- a/csharp/xamarin/controller/controller.iOS/Main.cs +++ /dev/null @@ -1,24 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved. -// -// This copy of Ice is licensed to you under the terms described in the -// ICE_LICENSE file included in this distribution. -// -// ********************************************************************** - -using UIKit; - -namespace controller.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, "AppDelegate"); - } - } -} -- cgit v1.2.3