mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Removed unused code
This commit is contained in:
parent
9a443a4c45
commit
7d0133ee9f
1 changed files with 1 additions and 11 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
using Crypto_Notepad.Properties;
|
using Crypto_Notepad.Properties;
|
||||||
using System;
|
using System;
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
|
|
@ -152,11 +152,6 @@ private async Task DecryptAES()
|
||||||
|
|
||||||
private async void OpenAsotiations()
|
private async void OpenAsotiations()
|
||||||
{
|
{
|
||||||
EnterKeyForm enterKeyForm = new EnterKeyForm
|
|
||||||
{
|
|
||||||
Owner = this,
|
|
||||||
StartPosition = FormStartPosition.CenterScreen
|
|
||||||
};
|
|
||||||
string fileExtension = Path.GetExtension(args[1]);
|
string fileExtension = Path.GetExtension(args[1]);
|
||||||
PublicVar.openFileName = Path.GetFileName(args[1]);
|
PublicVar.openFileName = Path.GetFileName(args[1]);
|
||||||
openFileDialog.FileName = Path.GetFullPath(args[1]);
|
openFileDialog.FileName = Path.GetFullPath(args[1]);
|
||||||
|
|
@ -178,11 +173,6 @@ private async void OpenAsotiations()
|
||||||
|
|
||||||
private async void SendTo()
|
private async void SendTo()
|
||||||
{
|
{
|
||||||
EnterKeyForm enterKeyForm = new EnterKeyForm
|
|
||||||
{
|
|
||||||
Owner = this,
|
|
||||||
StartPosition = FormStartPosition.CenterScreen
|
|
||||||
};
|
|
||||||
string fileExtension = Path.GetExtension(argsPath);
|
string fileExtension = Path.GetExtension(argsPath);
|
||||||
openFileDialog.FileName = Path.GetFullPath(argsPath);
|
openFileDialog.FileName = Path.GetFullPath(argsPath);
|
||||||
PublicVar.openFileName = Path.GetFileName(argsPath);
|
PublicVar.openFileName = Path.GetFileName(argsPath);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue