Change Kelwin to Elwig
This commit is contained in:
@ -17,7 +17,7 @@ namespace WGneu {
|
|||||||
|
|
||||||
public App() : base() {
|
public App() : base() {
|
||||||
System.Text.Encoding.RegisterProvider(System.Text.CodePagesEncodingProvider.Instance);
|
System.Text.Encoding.RegisterProvider(System.Text.CodePagesEncodingProvider.Instance);
|
||||||
Directory.CreateDirectory(Path.Combine(Path.GetTempPath(), "Kelwin"));
|
Directory.CreateDirectory(Path.Combine(Path.GetTempPath(), "Elwig"));
|
||||||
MainDispatcher = Dispatcher;
|
MainDispatcher = Dispatcher;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user