Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tdanner committed Feb 21, 2017
1 parent c14172c commit 3bde637
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Src/SwqlStudio/MainForm.ApplicationService.cs
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Windows.Forms;
using SwqlStudio.Metadata;
using SwqlStudio.Subscriptions;

namespace SwqlStudio
{
partial class MainForm : IApplicationService
{
public event EventHandler<IndicationEventArgs> IndicationReceived;


public SubscriptionManager SubscriptionManager { get; } = new SubscriptionManager();

public void AddTextToEditor(string text, ConnectionInfo info)
Expand Down

0 comments on commit 3bde637

Please sign in to comment.