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:
parent
660ac2c1e5
commit
99baa53d33
@ -1,4 +1,4 @@
|
||||
namespace TweetDick.Forms {
|
||||
namespace TweetDick.Core {
|
||||
partial class FormBrowser {
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
@ -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;
|
||||
|
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user