blob: 24b399f96250e225d4a59f6668a253df5966e009 (
plain)
| ofs | hex dump | ascii |
|---|
| 0000 | 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 00 40 00 00 00 40 08 06 00 00 00 aa 69 71 | .PNG........IHDR...@...@......iq |
| 0020 | de 00 00 00 04 73 42 49 54 08 08 08 08 7c 08 64 88 00 00 00 09 70 48 59 73 00 00 01 bb 00 00 01 | .....sBIT....|.d.....pHYs....... |
| 0040 | bb 01 3a ec e3 e2 00 00 00 19 74 45 58 74 53 6f 66 74 77 61 72 65 00 77 77 77 2e 69 6e 6b 73 63 | ..:.......tEXtSoftware.www.inksc |
| 0060 | 61 70 65 2e 6f 72 67 9b ee 3c 1a 00 00 07 f0 49 44 41 54 78 da ed 9b 79 6c 14 55 1c c7 1f e2 81 | ape.org..<.....IDATx...yl.U..... |
| 0080 | 82 02 11 50 40 11 34 a8 89 8a 57 14 25 41 31 b4 45 0d 22 c6 ab 41 43 90 d6 5a ba b3 ed f6 e4 88 | ...P@.4...W.%A1.E."..AC..Z...... |
| 00a0 | c4 b5 33 c3 61 bc c0 44 6d 14 10 81 a2 0d 42 15 4a 69 69 29 d2 03 4a 0f 01 ad dd ee d1 42 cb b6 | ..3.a..Dm.....B.Jii)..J......B.. |
| 00c0 | d3 56 5a 50 10 b9 fa fc bd 99 37 bb c3 b0 33 b6 9d 5d d7 e2 fe f1 4b 77 7e b3 ef cd fb 7e 76 e6 | .VZP......7...3..]....Kw~....~v. |
| 00e0 | f7 be ef ed 16 61 8c d1 ff 39 50 08 40 08 40 08 40 08 40 08 80 66 a0 7e 7e be 60 bf 00 08 e8 e7 | .....a...9P.@.@.@.@..f.~~.`..... |
| 0100 | 5f 00 45 53 06 e1 b2 b0 0f 71 69 84 13 97 86 ff 05 51 01 c7 b3 8d 5c e4 44 5b cb 33 9d 6d ee 92 | _.ES.....qi......Q....\.D[.3.m.. |
| 0120 | e3 6d ee 53 10 8d 10 ab fe 68 69 19 de db fe 16 1c 3a 32 34 b1 4e c8 48 aa 13 0e 43 fc 99 6c 13 | .m.S.....hi......:24.N.H...C..l. |
| 0140 | ca 92 6c c2 0c e3 00 f2 22 06 82 e0 5a 08 ec 23 3e e8 9d 78 b7 19 04 63 1f 21 b4 b7 37 8e ea 69 | ..l....."...Z..#>..x...c.!..7..i |
0160<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.MachineDesigner.Views
{
/// <summary>
/// Interaction logic for SpoolsView.xaml
/// </summary>
public partial class TupView : UserControl
{
public TupView()
{
InitializeComponent();
}
}
}
|