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