aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Touch/Controls/TouchRadioButton.cs
blob: 88fd4906df5d3c69410b99cc48cc970b93b9383d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Controls;
using System.Windows;

namespace Tango.Touch.Controls
{
    public class TouchRadioButton : RadioButton
    {
        static TouchRadioButton()
        {
            DefaultStyleKeyProperty.OverrideMetadata(typeof(TouchRadioButton), new FrameworkPropertyMetadata(typeof(TouchRadioButton)));
        }
    }
}
_NO_DEPRECATED #define PROTOBUF_C__NO_DEPRECATED #endif #include "KeepAliveResponse.pb-c.h" void keep_alive_response__init (KeepAliveResponse *message) { static const KeepAliveResponse init_value = KEEP_ALIVE_RESPONSE__INIT; *message = init_value; } size_t keep_alive_response__get_packed_size (const KeepAliveResponse *message) { assert(message->base.descriptor == &keep_alive_response__descriptor); return protobuf_c_message_get_packed_size ((const ProtobufCMessage*)(message)); } size_t keep_alive_response__pack (const KeepAliveResponse *message, uint8_t *out) { assert(message->base.descriptor == &keep_alive_response__descriptor); return protobuf_c_message_pack ((const ProtobufCMessage*)message, out); } size_t keep_alive_response__pack_to_buffer (const KeepAliveResponse *message, ProtobufCBuffer *buffer) { assert(message->base.descriptor == &keep_alive_response__descriptor); return protobuf_c_message_pack_to_buffer ((const ProtobufCMessage*)message, buffer); } KeepAliveResponse * keep_alive_response__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data) { return (KeepAliveResponse *) protobuf_c_message_unpack (&keep_alive_response__descriptor, allocator, len, data); } void keep_alive_response__free_unpacked (KeepAliveResponse *message, ProtobufCAllocator *allocator) { if(!message) return; assert(message->base.descriptor == &keep_alive_response__descriptor); protobuf_c_message_free_unpacked ((ProtobufCMessage*)message, allocator); } #define keep_alive_response__field_descriptors NULL #define keep_alive_response__field_indices_by_name NULL #define keep_alive_response__number_ranges NULL const ProtobufCMessageDescriptor keep_alive_response__descriptor = { PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC, "KeepAliveResponse", "KeepAliveResponse", "KeepAliveResponse", "", sizeof(KeepAliveResponse), 0, keep_alive_response__field_descriptors, keep_alive_response__field_indices_by_name, 0, keep_alive_response__number_ranges, (ProtobufCMessageInit) keep_alive_response__init, NULL,NULL,NULL /* reserved[123] */ };