mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Renamed source files
This commit is contained in:
parent
27a40f08fa
commit
582a5dcba0
3 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
namespace Crypto_Notepad
|
||||
{
|
||||
partial class Form2
|
||||
partial class EnterKeyForm
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
|
|
@ -3,9 +3,9 @@
|
|||
|
||||
namespace Crypto_Notepad
|
||||
{
|
||||
public partial class Form2 : Form
|
||||
public partial class EnterKeyForm : Form
|
||||
{
|
||||
public Form2()
|
||||
public EnterKeyForm()
|
||||
{
|
||||
// Initialize to false in case user presses the exit button
|
||||
PublicVar.okPressed = false;
|
||||
Loading…
Reference in a new issue