WIP PPG Data Pump
This commit is contained in:
@@ -156,6 +156,12 @@
|
||||
<Button Command="{Binding BrowseForQbFolderCommand, UpdateSourceTrigger=PropertyChanged}"
|
||||
Margin="8"
|
||||
Content="{x:Static p:Resources.Label_BrowseForQb}" />
|
||||
<Button Command="{Binding BrowseForPaintScalePathCommand, UpdateSourceTrigger=PropertyChanged}"
|
||||
Margin="8"
|
||||
Content="{x:Static p:Resources.Label_BrowsePaintScalePath}" />
|
||||
<Button Click="Button_Click"
|
||||
Margin="8"
|
||||
Content="Test" />
|
||||
<Separator />
|
||||
<!--<Button DockPanel.Dock="Top"
|
||||
Margin="8"
|
||||
|
||||
@@ -44,5 +44,9 @@ namespace BodyshopPartner.Views
|
||||
Properties.Settings.Default.Save();
|
||||
}
|
||||
|
||||
private void Button_Click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
Utils.PPGMixData.PushDataToPPG();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user