blob: 0b2351fb240706ce222cc4be91f096532a697331 (
plain)
| ofs | hex dump | ascii |
|---|
| 0000 | ff d8 ff e0 00 10 4a 46 49 46 00 01 01 01 00 60using 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.UI.Dialogs
{
/// <summary>
/// Interaction logic for BitResultsView.xaml
/// </summary>
public partial class BitResultsView : UserControl
{
public BitResultsView()
{
InitializeComponent();
}
}
}
|