Release 4.0.0-preview1-00337
[platform/core/csapi/tizenfx.git] / src / ElmSharp / ElmSharp / Container.cs
index 135c3d3..b7e0e33 100755 (executable)
@@ -39,6 +39,13 @@ namespace ElmSharp
         }
 
         /// <summary>
+        /// Creates and initializes a new instance of Container class.
+        /// </summary>
+        protected Container() : base()
+        {
+        }
+
+        /// <summary>
         /// Sets the background color of a given Container.
         /// </summary>
         public override Color BackgroundColor