13 lines
240 B
C#
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
|
|
{
|
|
}
|