diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2018-06-30 03:59:41 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2018-06-30 03:59:41 +0300 |
| commit | 010535f3064bbf69f063c5f329b7689c070a4ea8 (patch) | |
| tree | 6e3f1b0ea6cc27373c3aea7159069f63ba8c9d0b /Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MainView.xaml | |
| parent | 48904928ae83d9c836fe8408374a21af01e5b132 (diff) | |
| download | Tango-010535f3064bbf69f063c5f329b7689c070a4ea8.tar.gz Tango-010535f3064bbf69f063c5f329b7689c070a4ea8.zip | |
Implemented "Dialogs" on TouchPanel and PPC INotificationProvider !
Added Inject method to TangoIOC.
Started working on color correction.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MainView.xaml')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MainView.xaml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MainView.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MainView.xaml index 0f16168fe..8df1bf959 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MainView.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MainView.xaml @@ -18,7 +18,13 @@ </UserControl.Resources> <Grid> - <touch:TouchPanel HasMessageBox="{Binding NotificationProvider.HasMessageBox}" CurrentMessageBox="{Binding NotificationProvider.CurrentMessageBox}" HasNotifications="{Binding NotificationProvider.HasNotificationItems}" Notifications="{Binding NotificationProvider.NotificationItems}"> + <touch:TouchPanel + HasMessageBox="{Binding NotificationProvider.HasMessageBox}" + CurrentMessageBox="{Binding NotificationProvider.CurrentMessageBox}" + HasNotifications="{Binding NotificationProvider.HasNotificationItems}" + Notifications="{Binding NotificationProvider.NotificationItems}" + HasDialog="{Binding NotificationProvider.HasDialog}" + CurrentDialog="{Binding NotificationProvider.CurrentDialog}"> <touch:TouchPanel.NotificationTemplate> <DataTemplate> <Grid> |
