//////////////////////////////////////////////////////////////// // // // Neoforce Controls // // // //////////////////////////////////////////////////////////////// // // // File: Unknown.cs // // // // Version: 0.7 // // // // Date: 11/09/2010 // // // // Author: Tom Shane // // // //////////////////////////////////////////////////////////////// // // // Copyright (c) by Tom Shane // // // //////////////////////////////////////////////////////////////// #region //// Using ///////////// ////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// #endregion namespace TomShane.Neoforce.Controls { public abstract class Unknown { #region //// Fields //////////// ////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////// #endregion #region //// Properties //////// ////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////// #endregion #region //// Constructors ////// ////////////////////////////////////////////////////////////////////////// protected Unknown() { } ////////////////////////////////////////////////////////////////////////// #endregion } }