aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.UsersAndRoles/Views/ContactView.xaml.cs
blob: fad93d63d3c3557dabb44e7d01145f9aa763e951 (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.MachineStudio.UsersAndRoles.Views
{
    /// <summary>
    /// Interaction logic for ContactView.xaml
    /// </summary>
    public partial class ContactView : UserControl
    {
        public ContactView()
        {
            InitializeComponent();
        }
    }
}
ss="w"> &disconnect_request__descriptor); return protobuf_c_message_get_packed_size ((const ProtobufCMessage*)(message)); } size_t disconnect_request__pack (const DisconnectRequest *message, uint8_t *out) { assert(message->base.descriptor == &disconnect_request__descriptor); return protobuf_c_message_pack ((const ProtobufCMessage*)message, out); } size_t disconnect_request__pack_to_buffer (const DisconnectRequest *message, ProtobufCBuffer *buffer) { assert(message->base.descriptor == &disconnect_request__descriptor); return protobuf_c_message_pack_to_buffer ((const ProtobufCMessage*)message, buffer); } DisconnectRequest * disconnect_request__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data) { return (DisconnectRequest *) protobuf_c_message_unpack (&disconnect_request__descriptor, allocator, len, data); } void disconnect_request__free_unpacked (DisconnectRequest *message, ProtobufCAllocator *allocator) { if(!message) return; assert(message->base.descriptor == &disconnect_request__descriptor); protobuf_c_message_free_unpacked ((ProtobufCMessage*)message, allocator); } #define disconnect_request__field_descriptors NULL #define disconnect_request__field_indices_by_name NULL #define disconnect_request__number_ranges NULL const ProtobufCMessageDescriptor disconnect_request__descriptor = { PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC, "DisconnectRequest", "DisconnectRequest", "DisconnectRequest", "", sizeof(DisconnectRequest), 0, disconnect_request__field_descriptors, disconnect_request__field_indices_by_name, 0, disconnect_request__number_ranges, (ProtobufCMessageInit) disconnect_request__init, NULL,NULL,NULL /* reserved[123] */ };