blob: d4d0c032941d0b6a116fec33459a046adb9edd86 (
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 10 00 00 00 10 08 06 00 00 00 1f f3 ff | .PNG........IHDR................ |
| 0020 | 61 00 00 00 a0 49 44 41 54 78 5e cd 92 c1 09 82 31 0c 85 93 e0 a9 73 08 2e e0 18 bd a8 c7 7f 12 | a....IDATx^.....1.....s......... |
| 0040 | 27 70 92 7f 83 8e e1 02 82 73 14 7e 3d 54 72 78 25 97 96 87 5e fc a0 84 14 de cb 23 44 25 50 6b | 'p.......s.~=Trx%...^......#D%Pk |
| 0060 | 6d 68 52 4a 2a 04 06 21 c4 f7 db 5e e2 1f 65 10using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Tango Power Module")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: ThemeInfo(
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
//(used if a resource is not found in the page,
// or application resource dictionaries)
ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
//(used if a resource is not found in the page,
// app, or any theme specific resource dictionaries)
)]
|