Tango/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d9/60182fea605d001a1f759996c91ee940, branch software Twine softwares http://git.tvcloud.fr/Tango/atom/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d9/60182fea605d001a1f759996c91ee940?h=software 2020-03-25T21:03:32Z Adding Modbus driver for ACS-13A (WHS) indication controller 2020-03-25T21:03:32Z Avi Levkovich avi@twine-s.com 2020-03-25T21:03:32Z urn:sha1:aa3665f81ffaebedb78c1e1fe383f38579af30af update the dispenser eeprom struct 2020-03-08T12:00:53Z Avi Levkovich avi@twine-s.com 2020-03-08T12:00:53Z urn:sha1:89235be35397d91ad5e8cadd59cd009b8d682960
<UserControl x:Class="Tango.MachineStudio.MachineDesigner.Views.MainView"
             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
             xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" 
             xmlns:d="http://schemas.microsoft.com/expression/blend/2008" 
             xmlns:local="clr-namespace:Tango.MachineStudio.MachineDesigner.Views"
             xmlns:global="clr-namespace:Tango.MachineStudio.MachineDesigner"
             xmlns:vm="clr-namespace:Tango.MachineStudio.MachineDesigner.ViewModels"
             xmlns:controls="clr-namespace:Tango.SharedUI.Controls;assembly=Tango.SharedUI"
             mc:Ignorable="d" 
             d:DesignHeight="1080" d:DesignWidth="1920" Background="Transparent" d:DataContext="{d:DesignInstance Type=vm:MainViewVM, IsDesignTimeCreatable=False}" DataContext="{x:Static global:ViewModelLocator.MainViewVM}">
    <Grid IsEnabled="{Binding IsFree}">
        <controls:NavigationControl x:Name="navigationControl" TransitionType="Slide">
            <local:MachinesView />
            <local:MachineDetailsView/>
        </controls:NavigationControl>
    </Grid>
</UserControl>