Menu

[r482]: / Trunk / CommonUI / About.xaml.cs  Maximize  Restore  History

Download this file

31 lines (26 with data), 636 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
using System;
using System.Collections.Generic;
using System.Text;
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.Shapes;
using System.Reflection;
using System.Diagnostics;
namespace SqlCeViewer.UI
{
/// <summary>
/// Interaction logic for About.xaml
/// </summary>
public partial class About :BaseUI.BaseFadeDialog
{
public About()
{
InitializeComponent();
}
}
}
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.