8000 Refactoring of MainWindowView - move tox and configs into ViewModel by TimBo93 · Pull Request #78 · alexbakker/Toxy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Sep 30, 2018. It is now read-only.

Refactoring of MainWindowView - move tox and configs into ViewModel #78

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions Toxy/App.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;
using System.Threading;
using System.Diagnostics;
using System.Diagnostics;
using System.Windows;

namespace Toxy
Expand Down
2 changes: 1 addition & 1 deletion Toxy/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
xmlns:root="clr-namespace:Toxy"
xmlns:common="clr-namespace:Toxy.Common"
x:Class="Toxy.MainWindow"
x:Name="mv"
x:Name="Mv"
Title="Toxy"
MinWidth="700"
MinHeight="600"
Expand Down
Loading
0