This file contains hidden or 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
namespace OurProj.Framework.Droid.Views | |
{ | |
using System; | |
using System.Collections.Generic; | |
using Android.Content; | |
using Cirrious.MvvmCross.Droid.Views; | |
using Cirrious.MvvmCross.ViewModels; |
This file contains hidden or 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
/// <summary> | |
/// MonoTouch Dialog Section super class | |
/// </summary> | |
public class Section : CrossUI.Touch.Dialog.Elements.Section | |
{ | |
/// <summary> | |
/// Initializes a new instance of the <see cref="Section"/> class. | |
/// </summary> | |
public Section() : base() | |
{ |