diff --git a/ClassLibrary/ClassLibrary.cs b/ClassLibrary/ClassLibrary.cs index c660c4a..6e673b8 100644 --- a/ClassLibrary/ClassLibrary.cs +++ b/ClassLibrary/ClassLibrary.cs @@ -57,7 +57,11 @@ public enum MESSAGE_TYPE CONNECTION, DISCONNECTION, DONNER_ID, - MESSAGE_BRUTE + MESSAGE_BRUTE, + MODIFY_FILE, + GET_FILE, + DELETE_FILE, + CREATE_FILE } } } diff --git a/QLS UI/App.config b/QLS UI/App.config new file mode 100644 index 0000000..79afc31 --- /dev/null +++ b/QLS UI/App.config @@ -0,0 +1,21 @@ + + + + +
+ + + + + + + + + 127.0.0.1 + + + 30000 + + + + \ No newline at end of file diff --git a/QLS UI/App.xaml b/QLS UI/App.xaml new file mode 100644 index 0000000..b22212b --- /dev/null +++ b/QLS UI/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/QLS UI/App.xaml.cs b/QLS UI/App.xaml.cs new file mode 100644 index 0000000..f5ff6b1 --- /dev/null +++ b/QLS UI/App.xaml.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Threading.Tasks; +using System.Windows; + +namespace QLS_UI +{ + /// + /// Logique d'interaction pour App.xaml + /// + public partial class App : Application + { + } +} diff --git a/Quick Local Server/Config/log4net.config b/QLS UI/Config/log4net.config similarity index 100% rename from Quick Local Server/Config/log4net.config rename to QLS UI/Config/log4net.config diff --git a/Quick Local Server/Config/log4net.unix.config b/QLS UI/Config/log4net.unix.config similarity index 100% rename from Quick Local Server/Config/log4net.unix.config rename to QLS UI/Config/log4net.unix.config diff --git a/QLS UI/MainWindow.xaml b/QLS UI/MainWindow.xaml new file mode 100644 index 0000000..814b1e9 --- /dev/null +++ b/QLS UI/MainWindow.xaml @@ -0,0 +1,42 @@ + + + + + + + + + + + +