Skip to content

Commit

Permalink
About message. Removed unused references.
Browse files Browse the repository at this point in the history
  • Loading branch information
TBXin committed Feb 23, 2016
1 parent 471ef45 commit eef2cae
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 12 deletions.
22 changes: 16 additions & 6 deletions src/NFirmwareEditor/MainWindow.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions src/NFirmwareEditor/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,11 @@ private void ShiftRightMenuItem_Click(object sender, EventArgs e)
ShiftRightButton_Click(null, null);
}

private void AboutMenuItem_Click(object sender, EventArgs e)
{
InfoBox.Show("NFirmwareEditor v1.0\n\nFirmware resource editor for vape devices such as:\nEvic VTC Mini, Cuboid, RX200, PresaTC75W and so on...\n\nReikoKitsune © 2016");
}

protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
{
if (keyData.HasFlag(Keys.Control))
Expand Down
6 changes: 0 additions & 6 deletions src/NFirmwareEditor/NFirmwareEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,7 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
Expand Down

0 comments on commit eef2cae

Please sign in to comment.