aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Scripting/Tango.Scripting.Editors/Images/class.png
blob: 3e40469f55b784237b7a6ab70629d5689c7245e8 (plain)
ofshex dumpascii
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 09 70 48 59 73 00 00 0e c4 00 00 0e c4 01 95 2b 0e 1b 00 00 01 53 49 44 41 54 78 5e a....pHYs..........+.....SIDATx^
0040 c5 53 bf 4b c3 50 10 be c4 c5 64 90 80 08 22 a2 68 da 4e 5d ba 75 cc d0 42 06 41 41 27 67 41 1c .S.K.P....d...".h.N].u..B.AA'gA.
0060 fd 03 82 14 04 87 2e 6e ea e8 e2 e6 20 28 b4 38 18 5c 74 28 ea aa a4 83 52 7f a0 e0 52 7c c1 41 .......n.....(.8.\t(....R...R|.A
0080 9e ef 83 e7 d1 d2 24 82 8b 1f 7c dc 71 97 3b ee fb 78 31 48 43 08 31 49 24 43 22 94 c8 b3 6d bb ......$...|.q.;..x1HC
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.Jobs.Views
{
    /// <summary>
    /// Interaction logic for JobProgressView.xaml
    /// </summary>
    public partial class JobProgressView : UserControl
    {
        public JobProgressView()
        {
            InitializeComponent();
        }
    }
}