├── .gitattributes ├── .github └── FUNDING.yml ├── .gitignore ├── App.config ├── Application.xaml ├── Application.xaml.vb ├── Class1.vb ├── Emergency-mode.xaml ├── Emergency-mode.xaml.vb ├── MainWindow.xaml ├── MainWindow.xaml.vb ├── Module1.vb ├── Module2.vb ├── My Project ├── AssemblyInfo.vb ├── MyExtensions │ └── MyWpfExtension.vb ├── Resources.Designer.vb ├── Resources.resx ├── Settings.Designer.vb ├── Settings.settings └── app.manifest ├── README.md ├── SeewoStart.sln ├── SeewoStart.vbproj ├── Window1.xaml ├── Window1.xaml.vb ├── Window2.xaml ├── Window2.xaml.vb ├── blend.png ├── blend1.png ├── dl.xaml ├── dl.xaml.vb ├── en.png ├── error114.xaml ├── error114.xaml.vb ├── mp4.xaml ├── mp4.xaml.vb ├── mp42.xaml ├── mp42.xaml.vb ├── packages.config ├── sbenlauncher.ico ├── seewopro.png ├── sr.png ├── srlogo.png ├── start.png ├── update.xaml ├── update.xaml.vb └── vsinstall.png /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/.gitignore -------------------------------------------------------------------------------- /App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/App.config -------------------------------------------------------------------------------- /Application.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/Application.xaml -------------------------------------------------------------------------------- /Application.xaml.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/Application.xaml.vb -------------------------------------------------------------------------------- /Class1.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/Class1.vb -------------------------------------------------------------------------------- /Emergency-mode.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/Emergency-mode.xaml -------------------------------------------------------------------------------- /Emergency-mode.xaml.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/Emergency-mode.xaml.vb -------------------------------------------------------------------------------- /MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/MainWindow.xaml -------------------------------------------------------------------------------- /MainWindow.xaml.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/MainWindow.xaml.vb -------------------------------------------------------------------------------- /Module1.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/Module1.vb -------------------------------------------------------------------------------- /Module2.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/Module2.vb -------------------------------------------------------------------------------- /My Project/AssemblyInfo.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/My Project/AssemblyInfo.vb -------------------------------------------------------------------------------- /My Project/MyExtensions/MyWpfExtension.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/My Project/MyExtensions/MyWpfExtension.vb -------------------------------------------------------------------------------- /My Project/Resources.Designer.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/My Project/Resources.Designer.vb -------------------------------------------------------------------------------- /My Project/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/My Project/Resources.resx -------------------------------------------------------------------------------- /My Project/Settings.Designer.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/My Project/Settings.Designer.vb -------------------------------------------------------------------------------- /My Project/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/My Project/Settings.settings -------------------------------------------------------------------------------- /My Project/app.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/My Project/app.manifest -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/README.md -------------------------------------------------------------------------------- /SeewoStart.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/SeewoStart.sln -------------------------------------------------------------------------------- /SeewoStart.vbproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/SeewoStart.vbproj -------------------------------------------------------------------------------- /Window1.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/Window1.xaml -------------------------------------------------------------------------------- /Window1.xaml.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/Window1.xaml.vb -------------------------------------------------------------------------------- /Window2.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/Window2.xaml -------------------------------------------------------------------------------- /Window2.xaml.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/Window2.xaml.vb -------------------------------------------------------------------------------- /blend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/blend.png -------------------------------------------------------------------------------- /blend1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/blend1.png -------------------------------------------------------------------------------- /dl.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/dl.xaml -------------------------------------------------------------------------------- /dl.xaml.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/dl.xaml.vb -------------------------------------------------------------------------------- /en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/en.png -------------------------------------------------------------------------------- /error114.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/error114.xaml -------------------------------------------------------------------------------- /error114.xaml.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/error114.xaml.vb -------------------------------------------------------------------------------- /mp4.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/mp4.xaml -------------------------------------------------------------------------------- /mp4.xaml.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/mp4.xaml.vb -------------------------------------------------------------------------------- /mp42.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/mp42.xaml -------------------------------------------------------------------------------- /mp42.xaml.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/mp42.xaml.vb -------------------------------------------------------------------------------- /packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/packages.config -------------------------------------------------------------------------------- /sbenlauncher.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/sbenlauncher.ico -------------------------------------------------------------------------------- /seewopro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/seewopro.png -------------------------------------------------------------------------------- /sr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/sr.png -------------------------------------------------------------------------------- /srlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/srlogo.png -------------------------------------------------------------------------------- /start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/start.png -------------------------------------------------------------------------------- /update.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/update.xaml -------------------------------------------------------------------------------- /update.xaml.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/update.xaml.vb -------------------------------------------------------------------------------- /vsinstall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRInternet-Studio/Seewo-Custom_Start/HEAD/vsinstall.png --------------------------------------------------------------------------------