using System.Windows.Controls; namespace JetFrames.AppleJobs.Editor.Views { /// /// Interaction logic for ModelJobPriceTemplates.xaml /// public partial class ModelJobPriceTemplates : UserControl { public ModelJobPriceTemplates() { InitializeComponent(); EditorViewModel.InitGrid(dg); } } }