Files
Shrlalgo.RvKits/WPFluent/Controls/LoadingScreen/LoadingScreen.cs

13 lines
240 B
C#

// ReSharper disable once CheckNamespace
namespace WPFluent.Controls;
/// <summary>
/// Prestyled loading screen with <see cref="ProgressRing"/>.
/// </summary>
public class LoadingScreen : System.Windows.Controls.ContentControl
{
}