aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.BootScreen/MainWindow.xaml.cs
blob: 497a592465c829d16738f7f9687b2db9a93fad55 (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.BootScreen
{
    /// <summary>
    /// Interaction logic for MainWindow.xaml
    /// </summary>
    public partial class MainWindow : Window
    {
        public MainWindow()
        {
            InitializeComponent();
        }
    }
}
ass="cm">/* --- messages --- */ struct _FileDownloadResponse { ProtobufCMessage base; char *downloadid; protobuf_c_boolean has_maxchunklength; int64_t maxchunklength; }; #define FILE_DOWNLOAD_RESPONSE__INIT \ { PROTOBUF_C_MESSAGE_INIT (&file_download_response__descriptor) \ , NULL, 0, 0 } /* FileDownloadResponse methods */ void file_download_response__init (FileDownloadResponse *message); size_t file_download_response__get_packed_size (const FileDownloadResponse *message); size_t file_download_response__pack (const FileDownloadResponse *message, uint8_t *out); size_t file_download_response__pack_to_buffer (const FileDownloadResponse *message, ProtobufCBuffer *buffer); FileDownloadResponse * file_download_response__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data); void file_download_response__free_unpacked (FileDownloadResponse *message, ProtobufCAllocator *allocator); /* --- per-message closures --- */ typedef void (*FileDownloadResponse_Closure) (const FileDownloadResponse *message, void *closure_data); /* --- services --- */ /* --- descriptors --- */ extern const ProtobufCMessageDescriptor file_download_response__descriptor; PROTOBUF_C__END_DECLS #endif /* PROTOBUF_C_FileDownloadResponse_2eproto__INCLUDED */