mirror of
https://github.com/VitalickS/BrightSharp.Toolkit.git
synced 2026-03-21 10:21:16 +00:00
Initial
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System.Windows;
|
||||
|
||||
namespace JetFrames.AppleJobs.Editor.Views
|
||||
{
|
||||
public partial class NewPriceTemplateDialog : Window
|
||||
{
|
||||
public NewPriceTemplateDialog()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user