mirror of
https://github.com/VitalickS/BrightSharp.Toolkit.git
synced 2026-03-21 10:21:16 +00:00
13 lines
237 B
C#
13 lines
237 B
C#
using System.Windows;
|
|
|
|
namespace JetFrames.AppleJobs.Editor.Views
|
|
{
|
|
public partial class NewPriceTemplateDialog : Window
|
|
{
|
|
public NewPriceTemplateDialog()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|