diff --git a/v2rayN/Views/LiteMainWindow.xaml.cs b/v2rayN/Views/LiteMainWindow.xaml.cs new file mode 100644 index 00000000..bf6eae0b --- /dev/null +++ b/v2rayN/Views/LiteMainWindow.xaml.cs @@ -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 + } +} \ No newline at end of file