Skip to content

Commit

Permalink
Restore .cs file for options control (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
chsienki authored Mar 22, 2021
1 parent 6797781 commit 59369df
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

namespace Roslyn.ComponentDebugger
{
partial class DebuggerOptions
{
public DebuggerOptions()
{
InitializeComponent();
}
}
}

0 comments on commit 59369df

Please sign in to comment.