1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-09 05:34:05 +02:00

Rename Forms namespace to Core

This commit is contained in:
chylex 2016-04-09 16:30:32 +02:00
parent 660ac2c1e5
commit 99baa53d33
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
namespace TweetDick.Forms {
namespace TweetDick.Core {
partial class FormBrowser {
/// <summary>
/// Required designer variable.

View File

@ -1,7 +1,7 @@
using System.Windows.Forms;
using CefSharp.WinForms;
namespace TweetDick.Forms{
namespace TweetDick.Core{
public partial class FormBrowser : Form{
private readonly ChromiumWebBrowser browser;

View File

@ -78,10 +78,10 @@
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<Compile Include="Forms\FormBrowser.cs">
<Compile Include="Core\FormBrowser.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\FormBrowser.Designer.cs">
<Compile Include="Core\FormBrowser.Designer.cs">
<DependentUpon>FormBrowser.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />