aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules/Tango.PPC.Events/EventsViews/GeneralView.xaml.cs
blob: 50a28f21c530cdc6bffab16ec10a2ea1110fff9a (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
28
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;

namespace Tango.PPC.Events.EventsViews
{
    /// <summary>
    /// Interaction logic for GeneralView.xaml
    /// </summary>
    public partial class GeneralView : UserControl
    {
        public GeneralView()
        {
            InitializeComponent();
        }
    }
}
*message = init_value; } size_t connect_request__get_packed_size (const ConnectRequest *message) { assert(message->base.descriptor == &connect_request__descriptor); return protobuf_c_message_get_packed_size ((const ProtobufCMessage*)(message)); } size_t connect_request__pack (const ConnectRequest *message, uint8_t *out) { assert(message->base.descriptor == &connect_request__descriptor); return protobuf_c_message_pack ((const ProtobufCMessage*)message, out); } size_t connect_request__pack_to_buffer (const ConnectRequest *message, ProtobufCBuffer *buffer) { assert(message->base.descriptor == &connect_request__descriptor); return protobuf_c_message_pack_to_buffer ((const ProtobufCMessage*)message, buffer); } ConnectRequest * connect_request__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data) { return (ConnectRequest *) protobuf_c_message_unpack (&connect_request__descriptor, allocator, len, data); } void connect_request__free_unpacked (ConnectRequest *message, ProtobufCAllocator *allocator) { if(!message) return; assert(message->base.descriptor == &connect_request__descriptor); protobuf_c_message_free_unpacked ((ProtobufCMessage*)message, allocator); } static const ProtobufCFieldDescriptor connect_request__field_descriptors[1] = { { "Password", 1, PROTOBUF_C_LABEL_OPTIONAL, PROTOBUF_C_TYPE_STRING, 0, /* quantifier_offset */ offsetof(ConnectRequest, password), NULL, NULL, 0, /* flags */ 0,NULL,NULL /* reserved1,reserved2, etc */ }, }; static const unsigned connect_request__field_indices_by_name[] = { 0, /* field[0] = Password */ }; static const ProtobufCIntRange connect_request__number_ranges[1 + 1] = { { 1, 0 }, { 0, 1 } }; const ProtobufCMessageDescriptor connect_request__descriptor = { PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC, "ConnectRequest", "ConnectRequest", "ConnectRequest", "", sizeof(ConnectRequest), 1, connect_request__field_descriptors, connect_request__field_indices_by_name, 1, connect_request__number_ranges, (ProtobufCMessageInit) connect_request__init, NULL,NULL,NULL /* reserved[123] */ };