mirror of
https://github.com/VitalickS/BrightSharp.Toolkit.git
synced 2026-03-21 02:21:15 +00:00
17 lines
388 B
C#
17 lines
388 B
C#
using System.Windows.Controls;
|
|
|
|
namespace JetFrames.AppleJobs.Editor.Views
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for ModelJobPriceTemplates.xaml
|
|
/// </summary>
|
|
public partial class ModelJobPriceTemplates : UserControl
|
|
{
|
|
public ModelJobPriceTemplates()
|
|
{
|
|
InitializeComponent();
|
|
EditorViewModel.InitGrid(dg);
|
|
}
|
|
}
|
|
}
|