using System; using System.Collections.Generic; using System.Text; using System.Windows; using OwlCore.AbstractUI.Models; namespace OwlCore.Wpf.AbstractUI.Themes { /// /// Default template for the /// public sealed partial class AbstractTextBoxStyle : ResourceDictionary { /// /// Initializes a new instance of the class. /// public AbstractTextBoxStyle() { this.InitializeComponent(); } } }