/Main/src/Samples/v0.4/ZoomSliderSample/App.xaml.cs
# · C# · 16 lines · 12 code · 1 blank · 3 comment · 0 complexity · 482180cb5014579a043b071c967c28ca MD5 · raw file
- using System;
- using System.Collections.Generic;
- using System.Configuration;
- using System.Data;
- using System.Linq;
- using System.Windows;
-
- namespace ZoomSliderSample
- {
- /// <summary>
- /// Interaction logic for App.xaml
- /// </summary>
- public partial class App : Application
- {
- }
- }