Skip to content

Instantly share code, notes, and snippets.

@rscott78
Created April 6, 2015 17:38
Show Gist options
  • Save rscott78/8873a130d88df8398d9c to your computer and use it in GitHub Desktop.
Save rscott78/8873a130d88df8398d9c to your computer and use it in GitHub Desktop.
using MLS.HA.DeviceController.Common.Gui;
using System;
using System.Collections.Generic;
using System.Linq;
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.Navigation;
using System.Windows.Shapes;
namespace MyPlugin {
/// <summary>
/// Interaction logic for PluginSetup.xaml
/// </summary>
public partial class PluginSetup : PluginGuiWindow {
public PluginSetup() {
InitializeComponent();
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment