mirror of
https://github.com/2dust/v2rayN.git
synced 2026-04-16 12:35:46 +00:00
Create LiteMainWindow.xaml.cs code-behind file
This commit is contained in:
parent
2887a09d03
commit
9f26386283
1 changed files with 16 additions and 0 deletions
16
v2rayN/Views/LiteMainWindow.xaml.cs
Normal file
16
v2rayN/Views/LiteMainWindow.xaml.cs
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
// This is the code-behind for the LiteMainWindow.xaml
|
||||||
|
|
||||||
|
using System.Windows;
|
||||||
|
|
||||||
|
namespace v2rayN.Views
|
||||||
|
{
|
||||||
|
public partial class LiteMainWindow : Window
|
||||||
|
{
|
||||||
|
public LiteMainWindow()
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
}
|
||||||
|
|
||||||
|
// Add your code here
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue