aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/RestartingViewVM.cs
blob: 46111031bd92a7414345e1fa5f40fd5842163c08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Tango.PPC.Common;

namespace Tango.PPC.UI.ViewModels
{
    public class RestartingViewVM : PPCViewModel
    {
        public override void OnApplicationStarted()
        {
            
        }

        public override void OnNavigatedTo()
        {
            base.OnNavigatedTo();
        }

        public override void OnNavigatedFrom()
        {
            base.OnNavigatedFrom();
        }
    }
}
pan class="p">, "DISPENSER_LIQUID_TYPE__Black", 3 }, { "TransparentInk", "DISPENSER_LIQUID_TYPE__TransparentInk", 4 }, { "Lubricant", "DISPENSER_LIQUID_TYPE__Lubricant", 5 }, { "Red", "DISPENSER_LIQUID_TYPE__Red", 7 }, }; static const ProtobufCIntRange dispenser_liquid_type__value_ranges[] = { {0, 0},{7, 6},{0, 7} }; static const ProtobufCEnumValueIndex dispenser_liquid_type__enum_values_by_name[7] = { { "Black", 3 }, { "Cyan", 0 }, { "Lubricant", 5 }, { "Magenta", 1 }, { "Red", 6 }, { "TransparentInk", 4 }, { "Yellow", 2 }, }; const ProtobufCEnumDescriptor dispenser_liquid_type__descriptor = { PROTOBUF_C__ENUM_DESCRIPTOR_MAGIC, "DispenserLiquidType", "DispenserLiquidType", "DispenserLiquidType", "", 7, dispenser_liquid_type__enum_values_by_number, 7, dispenser_liquid_type__enum_values_by_name, 2, dispenser_liquid_type__value_ranges, NULL,NULL,NULL,NULL /* reserved[1234] */ };