This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections; | |
using System.Collections.Generic; | |
using System.Collections.ObjectModel; | |
using System.Windows.Input; | |
using Xamarin.Forms.Internals; | |
namespace Xamarin.Forms | |
{ | |
public class ItemsView : View |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Xamarin.Forms; | |
using Xamarin.Forms.Internals; | |
using Xamarin.Forms.PlatformConfiguration; | |
using Xamarin.Forms.PlatformConfiguration.AndroidSpecific; | |
using Application = Xamarin.Forms.Application; | |
namespace App1gh88 | |
{ | |
public class App : Application | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Collections.Generic; | |
using Xamarin.Forms.CustomAttributes; | |
using Xamarin.Forms.Internals; | |
#if UITEST | |
using Xamarin.UITest; | |
using NUnit.Framework; | |
#endif | |
// Apply the default category of "Issues" to all of the tests in this assembly |