12 Zeilen
186 B
C#
12 Zeilen
186 B
C#
using System.Windows.Controls;
|
|
|
|
namespace PrinterMonitor.Views;
|
|
|
|
public partial class SettingsView : UserControl
|
|
{
|
|
public SettingsView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|