diff --git a/WeeXnes/Views/EncryptedTextEditor/TextEditorView.xaml b/WeeXnes/Views/EncryptedTextEditor/TextEditorView.xaml
index bdf0fb0..1e2c151 100644
--- a/WeeXnes/Views/EncryptedTextEditor/TextEditorView.xaml
+++ b/WeeXnes/Views/EncryptedTextEditor/TextEditorView.xaml
@@ -19,12 +19,16 @@
-
-
-
+
+
+
-
+
+
+
diff --git a/WeeXnes/Views/EncryptedTextEditor/TextEditorView.xaml.cs b/WeeXnes/Views/EncryptedTextEditor/TextEditorView.xaml.cs
index f4acf45..1493db2 100644
--- a/WeeXnes/Views/EncryptedTextEditor/TextEditorView.xaml.cs
+++ b/WeeXnes/Views/EncryptedTextEditor/TextEditorView.xaml.cs
@@ -1,4 +1,5 @@
-using System.Windows.Controls;
+using System.Windows;
+using System.Windows.Controls;
namespace WeeXnes.Views.EncryptedTextEditor;
@@ -8,4 +9,19 @@ public partial class TextEditorView : Page
{
InitializeComponent();
}
+
+ private void Btn_openFile_OnClick(object sender, RoutedEventArgs e)
+ {
+ throw new System.NotImplementedException();
+ }
+
+ private void Btn_saveFile_OnClick(object sender, RoutedEventArgs e)
+ {
+ throw new System.NotImplementedException();
+ }
+
+ private void flkpw(object sender, RoutedEventArgs e)
+ {
+ throw new System.NotImplementedException();
+ }
}
\ No newline at end of file