blob: 04b2a8853890e0205bbac8295b53bebde9d62e05 (
plain)
| ofs | hex dump | ascii |
|---|
| 0000 | 4f 54 54 4f 00 0c 00 80 00 03 00 40 43 46 46 20 94 57 50 d2 00 00 0f 8c 00 00 c0 8d 44 53 49 47 | OTTO.......@CFF..WP.........DSIG |
| 0020 | 92 4a af 2c 00 01 b1 9c 00 00 03 f4 47 50 4f 53 c7 73 b2 0f 00 00 d0 1c 00 00 ca c4 47 53 55 42 | .J.,........GPOS.s..........GSUB |
| 0040 | ea e1 bf 70 00 01 9a e0 00 00 10 10 4f 53 2f 32 cb f6 28 ff 00 00 01 30 00 00 00 60 63 6d 61 70 | ...p........OS/2..(....0...`cmap |
| 0060 | 2b ed 7e 09 00 00 09 90 00 00 05 dc 68 65 61 64 03 9e c9 c9 00 00 00 cc 00 00 00 36 68 68 65 61 | +.~.........head.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.Logging.Views
{
/// <summary>
/// Interaction logic for MainView.xaml
/// </summary>
public partial class MainView : UserControl
{
public MainView()
{
InitializeComponent();
}
}
}
|