├── BM_Update.exe ├── BM_Update ├── App.config ├── App.xaml ├── App.xaml.cs ├── BM_Update.csproj ├── MainWindow.xaml ├── MainWindow.xaml.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── SimpleJSON.cs ├── bin │ └── Release │ │ ├── BM_Update.exe │ │ ├── BM_Update.exe.config │ │ └── BM_Update.pdb └── obj │ ├── Debug │ ├── App.g.i.cs │ ├── BM_Update.csprojAssemblyReference.cache │ ├── BM_Update_MarkupCompile.i.cache │ ├── BM_Update_MarkupCompile.i.lref │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ └── MainWindow.g.i.cs │ └── Release │ ├── App.g.cs │ ├── App.g.i.cs │ ├── BM_Update.Properties.Resources.resources │ ├── BM_Update.csproj.CoreCompileInputs.cache │ ├── BM_Update.csproj.FileListAbsolute.txt │ ├── BM_Update.csproj.GenerateResource.cache │ ├── BM_Update.csprojAssemblyReference.cache │ ├── BM_Update.exe │ ├── BM_Update.g.resources │ ├── BM_Update.pdb │ ├── BM_Update_MarkupCompile.cache │ ├── BM_Update_MarkupCompile.i.cache │ ├── BM_Update_MarkupCompile.i.lref │ ├── BM_Update_MarkupCompile.lref │ ├── DesignTimeResolveAssemblyReferences.cache │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ ├── MainWindow.baml │ ├── MainWindow.g.cs │ ├── MainWindow.g.i.cs │ └── TempPE │ └── Properties.Resources.Designer.cs.dll ├── C# ├── App.config ├── App.xaml ├── App.xaml.cs ├── BBBU.png ├── BBBU.xaml ├── BBBU.xaml.cs ├── BBBU2_A.png ├── BBBU2_B.png ├── BBBU3.png ├── BBBU4.png ├── BBBU5_A.png ├── BBBU5_B.png ├── BList.cs ├── BMBF Manager.csproj ├── BMBFConfig.cs ├── BPLists.png ├── BPLists.xaml ├── BPLists.xaml.cs ├── BPLists2.png ├── BeatSaber.cs ├── BeatSaverAPI.cs ├── ComputerUtils.cs ├── Config.cs ├── DCRP.cs ├── HitSound2.png ├── HitSound3.png ├── HitSounds.xaml ├── HitSounds.xaml.cs ├── Language.cs ├── Logo.ico ├── Logo.png ├── Main10.png ├── Main11.png ├── Main2.png ├── Main4.png ├── Main5.png ├── Main6.png ├── Main7.png ├── Main8.png ├── Main9.png ├── MainWindow.xaml ├── MainWindow.xaml.cs ├── ModObjects.cs ├── Mods.xaml ├── Mods.xaml.cs ├── Mods2.png ├── Mods3.png ├── Mods4.png ├── Mods5.png ├── Mods6.png ├── OnStart.cs ├── PlaylistEditor.png ├── PlaylistEditor.xaml ├── PlaylistEditor.xaml.cs ├── PlaylistEditor2.png ├── PlaylistEditor3.png ├── PlaylistEditor4.png ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── QSU.xaml ├── QSU.xaml.cs ├── QSU2.png ├── QSU3.png ├── QSU4.png ├── QSU5.png ├── QosmeticObjects.cs ├── Qosmetics.png ├── Qosmetics.xaml ├── Qosmetics.xaml.cs ├── Qosmetics2.png ├── RegExTemplates.cs ├── SimpleJSON.cs ├── Songs.xaml ├── Songs.xaml.cs ├── Songs3.png ├── Songs4.png ├── Songs5.png ├── Support.png ├── Support.xaml ├── Support.xaml.cs ├── Support2.png ├── Support3.png ├── Support4.png ├── Support5.png ├── Support6.png ├── Support8.png ├── TimeoutWebClient.cs ├── Utils.cs ├── bin │ └── Release │ │ ├── BMBF Manager.exe │ │ ├── BMBF Manager.exe.config │ │ ├── BMBF Manager.pdb │ │ ├── Microsoft.WindowsAPICodePack.Shell.dll │ │ ├── Microsoft.WindowsAPICodePack.Shell.xml │ │ ├── Microsoft.WindowsAPICodePack.dll │ │ ├── Microsoft.WindowsAPICodePack.xml │ │ ├── Newtonsoft.Json.dll │ │ ├── Newtonsoft.Json.xml │ │ ├── registry.reg │ │ └── tmp │ │ └── BMBF.txt ├── obj │ ├── Debug │ │ ├── App.g.cs │ │ ├── App.g.i.cs │ │ ├── BBBU.baml │ │ ├── BBBU.g.cs │ │ ├── BBBU.g.i.cs │ │ ├── BMBF Manager.csproj.CoreCompileInputs.cache │ │ ├── BMBF Manager.csproj.FileListAbsolute.txt │ │ ├── BMBF Manager.csproj.GenerateResource.cache │ │ ├── BMBF Manager.csprojAssemblyReference.cache │ │ ├── BMBF Manager.exe │ │ ├── BMBF Manager.g.resources │ │ ├── BMBF Manager.pdb │ │ ├── BMBF Manager_MarkupCompile.cache │ │ ├── BMBF Manager_MarkupCompile.i.cache │ │ ├── BMBF Manager_MarkupCompile.i.lref │ │ ├── BMBF Manager_MarkupCompile.lref │ │ ├── BMBF_Manager.Properties.Resources.resources │ │ ├── BPLists.baml │ │ ├── BPLists.g.cs │ │ ├── BPLists.g.i.cs │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── HitSounds.baml │ │ ├── HitSounds.g.cs │ │ ├── HitSounds.g.i.cs │ │ ├── MainWindow.baml │ │ ├── MainWindow.g.cs │ │ ├── MainWindow.g.i.cs │ │ ├── Mods.baml │ │ ├── Mods.g.cs │ │ ├── Mods.g.i.cs │ │ ├── Songs.baml │ │ ├── Songs.g.cs │ │ ├── Songs.g.i.cs │ │ ├── Support.baml │ │ ├── Support.g.cs │ │ ├── Support.g.i.cs │ │ └── TempPE │ │ │ └── Properties.Resources.Designer.cs.dll │ └── Release │ │ ├── Advanced.g.i.cs │ │ ├── App.g.cs │ │ ├── App.g.i.cs │ │ ├── BBBU.baml │ │ ├── BBBU.g.cs │ │ ├── BBBU.g.i.cs │ │ ├── BMBF Manager.csproj.CoreCompileInputs.cache │ │ ├── BMBF Manager.csproj.FileListAbsolute.txt │ │ ├── BMBF Manager.csproj.GenerateResource.cache │ │ ├── BMBF Manager.csprojAssemblyReference.cache │ │ ├── BMBF Manager.exe │ │ ├── BMBF Manager.g.resources │ │ ├── BMBF Manager.pdb │ │ ├── BMBF Manager_Content.g.i.cs │ │ ├── BMBF Manager_MarkupCompile.cache │ │ ├── BMBF Manager_MarkupCompile.i.cache │ │ ├── BMBF Manager_MarkupCompile.i.lref │ │ ├── BMBF Manager_MarkupCompile.lref │ │ ├── BMBF_Manager.Properties.Resources.resources │ │ ├── BPLists.baml │ │ ├── BPLists.g.cs │ │ ├── BPLists.g.i.cs │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── HitSounds.baml │ │ ├── HitSounds.g.cs │ │ ├── HitSounds.g.i.cs │ │ ├── MainWindow.baml │ │ ├── MainWindow.g.cs │ │ ├── MainWindow.g.i.cs │ │ ├── Mods.baml │ │ ├── Mods.g.cs │ │ ├── Mods.g.i.cs │ │ ├── Songs.baml │ │ ├── Songs.g.cs │ │ ├── Songs.g.i.cs │ │ ├── Support.baml │ │ ├── Support.g.cs │ │ ├── Support.g.i.cs │ │ └── TempPE │ │ └── Properties.Resources.Designer.cs.dll └── packages.config ├── LICENSE ├── OldQosmetics.json ├── Qosmetics.json ├── README.md ├── Update.txt ├── languages ├── en.json ├── gt_Dansk.json ├── gt_Deutsch.json ├── gt_chinese.json └── gt_français.json ├── mods.json ├── testing.json └── update.json /BM_Update.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/BM/898a410d261bcb765c240bdf5142a4457d367cd1/BM_Update.exe -------------------------------------------------------------------------------- /BM_Update/App.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /BM_Update/App.xaml: -------------------------------------------------------------------------------- 1 |  6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /BM_Update/App.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Configuration; 4 | using System.Data; 5 | using System.Linq; 6 | using System.Threading.Tasks; 7 | using System.Windows; 8 | 9 | namespace BM_Update 10 | { 11 | /// 12 | /// Interaktionslogik für "App.xaml" 13 | /// 14 | public partial class App : Application 15 | { 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /BM_Update/BM_Update.csproj: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | Debug 6 | AnyCPU 7 | {B7210EDD-1A8A-45EE-AD2D-9047400B6673} 8 | WinExe 9 | BM_Update 10 | BM_Update 11 | v4.7.2 12 | 512 13 | {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 14 | 4 15 | true 16 | true 17 | 18 | 19 | AnyCPU 20 | true 21 | full 22 | false 23 | bin\Debug\ 24 | DEBUG;TRACE 25 | prompt 26 | 4 27 | 28 | 29 | AnyCPU 30 | pdbonly 31 | true 32 | bin\Release\ 33 | TRACE 34 | prompt 35 | 4 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 4.0 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | MSBuild:Compile 58 | Designer 59 | 60 | 61 | 62 | MSBuild:Compile 63 | Designer 64 | 65 | 66 | App.xaml 67 | Code 68 | 69 | 70 | MainWindow.xaml 71 | Code 72 | 73 | 74 | 75 | 76 | Code 77 | 78 | 79 | True 80 | True 81 | Resources.resx 82 | 83 | 84 | True 85 | Settings.settings 86 | True 87 | 88 | 89 | ResXFileCodeGenerator 90 | Resources.Designer.cs 91 | 92 | 93 | SettingsSingleFileGenerator 94 | Settings.Designer.cs 95 | 96 | 97 | 98 | 99 | 100 | 101 | -------------------------------------------------------------------------------- /BM_Update/MainWindow.xaml: -------------------------------------------------------------------------------- 1 |  9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /BM_Update/MainWindow.xaml.cs: -------------------------------------------------------------------------------- 1 | using SimpleJSON; 2 | using System; 3 | using System.Collections.Generic; 4 | using System.ComponentModel; 5 | using System.Diagnostics; 6 | using System.IO; 7 | using System.IO.Compression; 8 | using System.Linq; 9 | using System.Net; 10 | using System.Text; 11 | using System.Threading; 12 | using System.Threading.Tasks; 13 | using System.Windows; 14 | using System.Windows.Controls; 15 | using System.Windows.Data; 16 | using System.Windows.Documents; 17 | using System.Windows.Input; 18 | using System.Windows.Media; 19 | using System.Windows.Media.Imaging; 20 | using System.Windows.Navigation; 21 | using System.Windows.Shapes; 22 | using System.Windows.Threading; 23 | 24 | namespace BM_Update 25 | { 26 | /// 27 | /// Interaktionslogik für MainWindow.xaml 28 | /// 29 | public partial class MainWindow : Window 30 | { 31 | String exe = AppDomain.CurrentDomain.BaseDirectory.Substring(0, AppDomain.CurrentDomain.BaseDirectory.Length - 1); 32 | 33 | public MainWindow() 34 | { 35 | InitializeComponent(); 36 | Application.Current.Dispatcher.Invoke(DispatcherPriority.Background, new Action(delegate { })); 37 | 38 | if (!Directory.Exists(exe + "\\tmp")) 39 | { 40 | Directory.CreateDirectory(exe + "\\tmp"); 41 | } 42 | 43 | JSONNode Update = JSON.Parse("{}"); 44 | 45 | using (WebClient client = new WebClient()) 46 | { 47 | Update = JSON.Parse(client.DownloadString("https://raw.githubusercontent.com/ComputerElite/BM/main/update.json")); 48 | } 49 | 50 | txtbox.Text = "Downloading BMBF Manager"; 51 | 52 | using (WebClient client = new WebClient()) 53 | { 54 | client.DownloadProgressChanged += new DownloadProgressChangedEventHandler(client_DownloadProgressChanged); 55 | client.DownloadFileCompleted += new AsyncCompletedEventHandler(client_DownloadFileCompleted); 56 | client.DownloadFileAsync(new Uri(Update["Updates"][0]["Download"]), exe + "\\tmp\\BM.zip"); 57 | } 58 | } 59 | 60 | private void client_DownloadFileCompleted(object sender, AsyncCompletedEventArgs e) 61 | { 62 | using (ZipArchive archive = ZipFile.OpenRead(exe + "\\tmp\\BM.zip")) 63 | { 64 | foreach (ZipArchiveEntry entry in archive.Entries) 65 | { 66 | String name = entry.FullName; 67 | if (name.EndsWith("/")) continue; 68 | if (name.Contains("/")) Directory.CreateDirectory(exe + "\\" + System.IO.Path.GetDirectoryName(name)); 69 | entry.ExtractToFile(exe + "\\" + entry.FullName, true); 70 | } 71 | } 72 | File.Delete(exe + "\\tmp\\BM.zip"); 73 | try 74 | { 75 | Process.Start(exe + "\\BMBF Manager.exe"); 76 | Process.GetCurrentProcess().Kill(); 77 | } 78 | catch 79 | { 80 | } 81 | } 82 | 83 | private void client_DownloadProgressChanged(object sender, DownloadProgressChangedEventArgs e) 84 | { 85 | double bytesIn = double.Parse(e.BytesReceived.ToString()); 86 | double totalBytes = double.Parse(e.TotalBytesToReceive.ToString()); 87 | double percentage = bytesIn / totalBytes * 100; 88 | Progress.Value = int.Parse(Math.Truncate(percentage).ToString()); 89 | } 90 | } 91 | } 92 | -------------------------------------------------------------------------------- /BM_Update/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Resources; 3 | using System.Runtime.CompilerServices; 4 | using System.Runtime.InteropServices; 5 | using System.Windows; 6 | 7 | // Allgemeine Informationen über eine Assembly werden über die folgenden 8 | // Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, 9 | // die einer Assembly zugeordnet sind. 10 | [assembly: AssemblyTitle("BM_Update")] 11 | [assembly: AssemblyDescription("")] 12 | [assembly: AssemblyConfiguration("")] 13 | [assembly: AssemblyCompany("ComputerElite")] 14 | [assembly: AssemblyProduct("")] 15 | [assembly: AssemblyCopyright("")] 16 | [assembly: AssemblyTrademark("")] 17 | [assembly: AssemblyCulture("")] 18 | 19 | // Durch Festlegen von ComVisible auf FALSE werden die Typen in dieser Assembly 20 | // für COM-Komponenten unsichtbar. Wenn Sie auf einen Typ in dieser Assembly von 21 | // COM aus zugreifen müssen, sollten Sie das ComVisible-Attribut für diesen Typ auf "True" festlegen. 22 | [assembly: ComVisible(false)] 23 | 24 | //Um mit dem Erstellen lokalisierbarer Anwendungen zu beginnen, legen Sie 25 | //ImCodeVerwendeteKultur in der .csproj-Datei 26 | //in einer fest. Wenn Sie in den Quelldateien beispielsweise Deutsch 27 | //(Deutschland) verwenden, legen Sie auf \"de-DE\" fest. Heben Sie dann die Auskommentierung 28 | //des nachstehenden NeutralResourceLanguage-Attributs auf. Aktualisieren Sie "en-US" in der nachstehenden Zeile, 29 | //sodass es mit der UICulture-Einstellung in der Projektdatei übereinstimmt. 30 | 31 | //[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)] 32 | 33 | 34 | [assembly: ThemeInfo( 35 | ResourceDictionaryLocation.None, //Speicherort der designspezifischen Ressourcenwörterbücher 36 | //(wird verwendet, wenn eine Ressource auf der Seite nicht gefunden wird, 37 | // oder in den Anwendungsressourcen-Wörterbüchern nicht gefunden werden kann.) 38 | ResourceDictionaryLocation.SourceAssembly //Speicherort des generischen Ressourcenwörterbuchs 39 | //(wird verwendet, wenn eine Ressource auf der Seite nicht gefunden wird, 40 | // designspezifischen Ressourcenwörterbuch nicht gefunden werden kann.) 41 | )] 42 | 43 | 44 | // Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: 45 | // 46 | // Hauptversion 47 | // Nebenversion 48 | // Buildnummer 49 | // Revision 50 | // 51 | // Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden, 52 | // indem Sie "*" wie unten gezeigt eingeben: 53 | // [assembly: AssemblyVersion("1.0.*")] 54 | [assembly: AssemblyVersion("1.0.0.0")] 55 | [assembly: AssemblyFileVersion("1.0.0.0")] 56 | -------------------------------------------------------------------------------- /BM_Update/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // Dieser Code wurde von einem Tool generiert. 4 | // Laufzeitversion: 4.0.30319.42000 5 | // 6 | // Änderungen an dieser Datei können fehlerhaftes Verhalten verursachen und gehen verloren, wenn 7 | // der Code erneut generiert wird. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace BM_Update.Properties 12 | { 13 | 14 | 15 | /// 16 | /// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. 17 | /// 18 | // Diese Klasse wurde von der StronglyTypedResourceBuilder-Klasse 19 | // über ein Tool wie ResGen oder Visual Studio automatisch generiert. 20 | // Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen 21 | // mit der Option /str erneut aus, oder erstellen Sie Ihr VS-Projekt neu. 22 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] 23 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 25 | internal class Resources 26 | { 27 | 28 | private static global::System.Resources.ResourceManager resourceMan; 29 | 30 | private static global::System.Globalization.CultureInfo resourceCulture; 31 | 32 | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] 33 | internal Resources() 34 | { 35 | } 36 | 37 | /// 38 | /// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. 39 | /// 40 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 41 | internal static global::System.Resources.ResourceManager ResourceManager 42 | { 43 | get 44 | { 45 | if ((resourceMan == null)) 46 | { 47 | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("BM_Update.Properties.Resources", typeof(Resources).Assembly); 48 | resourceMan = temp; 49 | } 50 | return resourceMan; 51 | } 52 | } 53 | 54 | /// 55 | /// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle 56 | /// Ressourcenlookups, die diese stark typisierte Ressourcenklasse verwenden. 57 | /// 58 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 59 | internal static global::System.Globalization.CultureInfo Culture 60 | { 61 | get 62 | { 63 | return resourceCulture; 64 | } 65 | set 66 | { 67 | resourceCulture = value; 68 | } 69 | } 70 | } 71 | } 72 | -------------------------------------------------------------------------------- /BM_Update/Properties/Resources.resx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | text/microsoft-resx 107 | 108 | 109 | 2.0 110 | 111 | 112 | System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 113 | 114 | 115 | System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 116 | 117 | -------------------------------------------------------------------------------- /BM_Update/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.42000 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace BM_Update.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /BM_Update/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /BM_Update/bin/Release/BM_Update.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/BM/898a410d261bcb765c240bdf5142a4457d367cd1/BM_Update/bin/Release/BM_Update.exe -------------------------------------------------------------------------------- /BM_Update/bin/Release/BM_Update.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /BM_Update/bin/Release/BM_Update.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/BM/898a410d261bcb765c240bdf5142a4457d367cd1/BM_Update/bin/Release/BM_Update.pdb -------------------------------------------------------------------------------- /BM_Update/obj/Debug/App.g.i.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "A6F4B473E29881A494314C0B1B5DEBA27776D270FAAA8C823F4FD268C689B76E" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // Dieser Code wurde von einem Tool generiert. 5 | // Laufzeitversion:4.0.30319.42000 6 | // 7 | // Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn 8 | // der Code erneut generiert wird. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using BM_Update; 13 | using System; 14 | using System.Diagnostics; 15 | using System.Windows; 16 | using System.Windows.Automation; 17 | using System.Windows.Controls; 18 | using System.Windows.Controls.Primitives; 19 | using System.Windows.Data; 20 | using System.Windows.Documents; 21 | using System.Windows.Ink; 22 | using System.Windows.Input; 23 | using System.Windows.Markup; 24 | using System.Windows.Media; 25 | using System.Windows.Media.Animation; 26 | using System.Windows.Media.Effects; 27 | using System.Windows.Media.Imaging; 28 | using System.Windows.Media.Media3D; 29 | using System.Windows.Media.TextFormatting; 30 | using System.Windows.Navigation; 31 | using System.Windows.Shapes; 32 | using System.Windows.Shell; 33 | 34 | 35 | namespace BM_Update { 36 | 37 | 38 | /// 39 | /// App 40 | /// 41 | public partial class App : System.Windows.Application { 42 | 43 | /// 44 | /// InitializeComponent 45 | /// 46 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 47 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 48 | public void InitializeComponent() { 49 | 50 | #line 5 "..\..\App.xaml" 51 | this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative); 52 | 53 | #line default 54 | #line hidden 55 | } 56 | 57 | /// 58 | /// Application Entry Point. 59 | /// 60 | [System.STAThreadAttribute()] 61 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 62 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 63 | public static void Main() { 64 | BM_Update.App app = new BM_Update.App(); 65 | app.InitializeComponent(); 66 | app.Run(); 67 | } 68 | } 69 | } 70 | 71 | -------------------------------------------------------------------------------- /BM_Update/obj/Debug/BM_Update.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/BM/898a410d261bcb765c240bdf5142a4457d367cd1/BM_Update/obj/Debug/BM_Update.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /BM_Update/obj/Debug/BM_Update_MarkupCompile.i.cache: -------------------------------------------------------------------------------- 1 | BM_Update 2 | 3 | 4 | winexe 5 | C# 6 | .cs 7 | D:\Visual Studio\BM_Update\BM_Update\obj\Debug\ 8 | BM_Update 9 | none 10 | false 11 | DEBUG;TRACE 12 | D:\Visual Studio\BM_Update\BM_Update\App.xaml 13 | 11151548125 14 | 15 | 61434861427 16 | 15931940256 17 | MainWindow.xaml; 18 | 19 | True 20 | 21 | -------------------------------------------------------------------------------- /BM_Update/obj/Debug/BM_Update_MarkupCompile.i.lref: -------------------------------------------------------------------------------- 1 |  2 | 3 | FD:\Visual Studio\BM_Update\BM_Update\MainWindow.xaml;; 4 | 5 | -------------------------------------------------------------------------------- /BM_Update/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/BM/898a410d261bcb765c240bdf5142a4457d367cd1/BM_Update/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /BM_Update/obj/Debug/MainWindow.g.i.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "43AFD09AC684B14E7A33486C1817D199DD9AFDC1A8700DA58C4D18DF293B06A2" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // Dieser Code wurde von einem Tool generiert. 5 | // Laufzeitversion:4.0.30319.42000 6 | // 7 | // Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn 8 | // der Code erneut generiert wird. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using BM_Update; 13 | using System; 14 | using System.Diagnostics; 15 | using System.Windows; 16 | using System.Windows.Automation; 17 | using System.Windows.Controls; 18 | using System.Windows.Controls.Primitives; 19 | using System.Windows.Data; 20 | using System.Windows.Documents; 21 | using System.Windows.Ink; 22 | using System.Windows.Input; 23 | using System.Windows.Markup; 24 | using System.Windows.Media; 25 | using System.Windows.Media.Animation; 26 | using System.Windows.Media.Effects; 27 | using System.Windows.Media.Imaging; 28 | using System.Windows.Media.Media3D; 29 | using System.Windows.Media.TextFormatting; 30 | using System.Windows.Navigation; 31 | using System.Windows.Shapes; 32 | using System.Windows.Shell; 33 | 34 | 35 | namespace BM_Update { 36 | 37 | 38 | /// 39 | /// MainWindow 40 | /// 41 | public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector { 42 | 43 | 44 | #line 10 "..\..\MainWindow.xaml" 45 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] 46 | internal System.Windows.Controls.TextBox txtbox; 47 | 48 | #line default 49 | #line hidden 50 | 51 | private bool _contentLoaded; 52 | 53 | /// 54 | /// InitializeComponent 55 | /// 56 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 57 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 58 | public void InitializeComponent() { 59 | if (_contentLoaded) { 60 | return; 61 | } 62 | _contentLoaded = true; 63 | System.Uri resourceLocater = new System.Uri("/BM_Update;component/mainwindow.xaml", System.UriKind.Relative); 64 | 65 | #line 1 "..\..\MainWindow.xaml" 66 | System.Windows.Application.LoadComponent(this, resourceLocater); 67 | 68 | #line default 69 | #line hidden 70 | } 71 | 72 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 73 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 74 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 75 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] 76 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] 77 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] 78 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { 79 | switch (connectionId) 80 | { 81 | case 1: 82 | this.txtbox = ((System.Windows.Controls.TextBox)(target)); 83 | return; 84 | } 85 | this._contentLoaded = true; 86 | } 87 | } 88 | } 89 | 90 | -------------------------------------------------------------------------------- /BM_Update/obj/Release/App.g.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "A6F4B473E29881A494314C0B1B5DEBA27776D270FAAA8C823F4FD268C689B76E" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // Dieser Code wurde von einem Tool generiert. 5 | // Laufzeitversion:4.0.30319.42000 6 | // 7 | // Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn 8 | // der Code erneut generiert wird. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using BM_Update; 13 | using System; 14 | using System.Diagnostics; 15 | using System.Windows; 16 | using System.Windows.Automation; 17 | using System.Windows.Controls; 18 | using System.Windows.Controls.Primitives; 19 | using System.Windows.Data; 20 | using System.Windows.Documents; 21 | using System.Windows.Ink; 22 | using System.Windows.Input; 23 | using System.Windows.Markup; 24 | using System.Windows.Media; 25 | using System.Windows.Media.Animation; 26 | using System.Windows.Media.Effects; 27 | using System.Windows.Media.Imaging; 28 | using System.Windows.Media.Media3D; 29 | using System.Windows.Media.TextFormatting; 30 | using System.Windows.Navigation; 31 | using System.Windows.Shapes; 32 | using System.Windows.Shell; 33 | 34 | 35 | namespace BM_Update { 36 | 37 | 38 | /// 39 | /// App 40 | /// 41 | public partial class App : System.Windows.Application { 42 | 43 | /// 44 | /// InitializeComponent 45 | /// 46 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 47 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 48 | public void InitializeComponent() { 49 | 50 | #line 5 "..\..\App.xaml" 51 | this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative); 52 | 53 | #line default 54 | #line hidden 55 | } 56 | 57 | /// 58 | /// Application Entry Point. 59 | /// 60 | [System.STAThreadAttribute()] 61 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 62 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 63 | public static void Main() { 64 | BM_Update.App app = new BM_Update.App(); 65 | app.InitializeComponent(); 66 | app.Run(); 67 | } 68 | } 69 | } 70 | 71 | -------------------------------------------------------------------------------- /BM_Update/obj/Release/App.g.i.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "A6F4B473E29881A494314C0B1B5DEBA27776D270FAAA8C823F4FD268C689B76E" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // Dieser Code wurde von einem Tool generiert. 5 | // Laufzeitversion:4.0.30319.42000 6 | // 7 | // Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn 8 | // der Code erneut generiert wird. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using BM_Update; 13 | using System; 14 | using System.Diagnostics; 15 | using System.Windows; 16 | using System.Windows.Automation; 17 | using System.Windows.Controls; 18 | using System.Windows.Controls.Primitives; 19 | using System.Windows.Data; 20 | using System.Windows.Documents; 21 | using System.Windows.Ink; 22 | using System.Windows.Input; 23 | using System.Windows.Markup; 24 | using System.Windows.Media; 25 | using System.Windows.Media.Animation; 26 | using System.Windows.Media.Effects; 27 | using System.Windows.Media.Imaging; 28 | using System.Windows.Media.Media3D; 29 | using System.Windows.Media.TextFormatting; 30 | using System.Windows.Navigation; 31 | using System.Windows.Shapes; 32 | using System.Windows.Shell; 33 | 34 | 35 | namespace BM_Update { 36 | 37 | 38 | /// 39 | /// App 40 | /// 41 | public partial class App : System.Windows.Application { 42 | 43 | /// 44 | /// InitializeComponent 45 | /// 46 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 47 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 48 | public void InitializeComponent() { 49 | 50 | #line 5 "..\..\App.xaml" 51 | this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative); 52 | 53 | #line default 54 | #line hidden 55 | } 56 | 57 | /// 58 | /// Application Entry Point. 59 | /// 60 | [System.STAThreadAttribute()] 61 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 62 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 63 | public static void Main() { 64 | BM_Update.App app = new BM_Update.App(); 65 | app.InitializeComponent(); 66 | app.Run(); 67 | } 68 | } 69 | } 70 | 71 | -------------------------------------------------------------------------------- /BM_Update/obj/Release/BM_Update.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/BM/898a410d261bcb765c240bdf5142a4457d367cd1/BM_Update/obj/Release/BM_Update.Properties.Resources.resources -------------------------------------------------------------------------------- /BM_Update/obj/Release/BM_Update.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 9737ae0222bf03fd36d973c803e9750a9237fe40 2 | -------------------------------------------------------------------------------- /BM_Update/obj/Release/BM_Update.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | D:\Visual Studio\BM_Update\BM_Update\bin\Release\BM_Update.exe.config 2 | D:\Visual Studio\BM_Update\BM_Update\bin\Release\BM_Update.exe 3 | D:\Visual Studio\BM_Update\BM_Update\bin\Release\BM_Update.pdb 4 | D:\Visual Studio\BM_Update\BM_Update\obj\Release\BM_Update.csprojAssemblyReference.cache 5 | D:\Visual Studio\BM_Update\BM_Update\obj\Release\MainWindow.g.cs 6 | D:\Visual Studio\BM_Update\BM_Update\obj\Release\App.g.cs 7 | D:\Visual Studio\BM_Update\BM_Update\obj\Release\BM_Update_MarkupCompile.cache 8 | D:\Visual Studio\BM_Update\BM_Update\obj\Release\BM_Update_MarkupCompile.lref 9 | D:\Visual Studio\BM_Update\BM_Update\obj\Release\MainWindow.baml 10 | D:\Visual Studio\BM_Update\BM_Update\obj\Release\BM_Update.g.resources 11 | D:\Visual Studio\BM_Update\BM_Update\obj\Release\BM_Update.Properties.Resources.resources 12 | D:\Visual Studio\BM_Update\BM_Update\obj\Release\BM_Update.csproj.GenerateResource.cache 13 | D:\Visual Studio\BM_Update\BM_Update\obj\Release\BM_Update.csproj.CoreCompileInputs.cache 14 | D:\Visual Studio\BM_Update\BM_Update\obj\Release\BM_Update.exe 15 | D:\Visual Studio\BM_Update\BM_Update\obj\Release\BM_Update.pdb 16 | -------------------------------------------------------------------------------- /BM_Update/obj/Release/BM_Update.csproj.GenerateResource.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/BM/898a410d261bcb765c240bdf5142a4457d367cd1/BM_Update/obj/Release/BM_Update.csproj.GenerateResource.cache -------------------------------------------------------------------------------- /BM_Update/obj/Release/BM_Update.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/BM/898a410d261bcb765c240bdf5142a4457d367cd1/BM_Update/obj/Release/BM_Update.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /BM_Update/obj/Release/BM_Update.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/BM/898a410d261bcb765c240bdf5142a4457d367cd1/BM_Update/obj/Release/BM_Update.exe -------------------------------------------------------------------------------- /BM_Update/obj/Release/BM_Update.g.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/BM/898a410d261bcb765c240bdf5142a4457d367cd1/BM_Update/obj/Release/BM_Update.g.resources -------------------------------------------------------------------------------- /BM_Update/obj/Release/BM_Update.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/BM/898a410d261bcb765c240bdf5142a4457d367cd1/BM_Update/obj/Release/BM_Update.pdb -------------------------------------------------------------------------------- /BM_Update/obj/Release/BM_Update_MarkupCompile.cache: -------------------------------------------------------------------------------- 1 | BM_Update 2 | 3 | 4 | winexe 5 | C# 6 | .cs 7 | D:\Visual Studio\BM_Update\BM_Update\obj\Release\ 8 | BM_Update 9 | none 10 | false 11 | TRACE 12 | D:\Visual Studio\BM_Update\BM_Update\App.xaml 13 | 11151548125 14 | 15 | 6-2013201437 16 | 15931940256 17 | MainWindow.xaml; 18 | 19 | False 20 | 21 | -------------------------------------------------------------------------------- /BM_Update/obj/Release/BM_Update_MarkupCompile.i.cache: -------------------------------------------------------------------------------- 1 | BM_Update 2 | 3 | 4 | winexe 5 | C# 6 | .cs 7 | D:\Visual Studio\BM_Update\BM_Update\obj\Release\ 8 | BM_Update 9 | none 10 | false 11 | TRACE 12 | D:\Visual Studio\BM_Update\BM_Update\App.xaml 13 | 11151548125 14 | 15 | 71204187027 16 | 15931940256 17 | MainWindow.xaml; 18 | 19 | True 20 | 21 | -------------------------------------------------------------------------------- /BM_Update/obj/Release/BM_Update_MarkupCompile.i.lref: -------------------------------------------------------------------------------- 1 |  2 | 3 | FD:\Visual Studio\BM_Update\BM_Update\MainWindow.xaml;; 4 | 5 | -------------------------------------------------------------------------------- /BM_Update/obj/Release/BM_Update_MarkupCompile.lref: -------------------------------------------------------------------------------- 1 |  2 | 3 | FD:\Visual Studio\BM_Update\BM_Update\MainWindow.xaml;; 4 | 5 | -------------------------------------------------------------------------------- /BM_Update/obj/Release/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/BM/898a410d261bcb765c240bdf5142a4457d367cd1/BM_Update/obj/Release/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /BM_Update/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/BM/898a410d261bcb765c240bdf5142a4457d367cd1/BM_Update/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /BM_Update/obj/Release/MainWindow.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/BM/898a410d261bcb765c240bdf5142a4457d367cd1/BM_Update/obj/Release/MainWindow.baml -------------------------------------------------------------------------------- /BM_Update/obj/Release/MainWindow.g.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "37E2C12D46DF9A9E21C8593A9C743EC90615CA0A88C8EA4DE2AB17E48AA205CB" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // Dieser Code wurde von einem Tool generiert. 5 | // Laufzeitversion:4.0.30319.42000 6 | // 7 | // Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn 8 | // der Code erneut generiert wird. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using BM_Update; 13 | using System; 14 | using System.Diagnostics; 15 | using System.Windows; 16 | using System.Windows.Automation; 17 | using System.Windows.Controls; 18 | using System.Windows.Controls.Primitives; 19 | using System.Windows.Data; 20 | using System.Windows.Documents; 21 | using System.Windows.Ink; 22 | using System.Windows.Input; 23 | using System.Windows.Markup; 24 | using System.Windows.Media; 25 | using System.Windows.Media.Animation; 26 | using System.Windows.Media.Effects; 27 | using System.Windows.Media.Imaging; 28 | using System.Windows.Media.Media3D; 29 | using System.Windows.Media.TextFormatting; 30 | using System.Windows.Navigation; 31 | using System.Windows.Shapes; 32 | using System.Windows.Shell; 33 | 34 | 35 | namespace BM_Update { 36 | 37 | 38 | /// 39 | /// MainWindow 40 | /// 41 | public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector { 42 | 43 | 44 | #line 10 "..\..\MainWindow.xaml" 45 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] 46 | internal System.Windows.Controls.AccessText txtbox; 47 | 48 | #line default 49 | #line hidden 50 | 51 | 52 | #line 11 "..\..\MainWindow.xaml" 53 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] 54 | internal System.Windows.Controls.ProgressBar Progress; 55 | 56 | #line default 57 | #line hidden 58 | 59 | private bool _contentLoaded; 60 | 61 | /// 62 | /// InitializeComponent 63 | /// 64 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 65 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 66 | public void InitializeComponent() { 67 | if (_contentLoaded) { 68 | return; 69 | } 70 | _contentLoaded = true; 71 | System.Uri resourceLocater = new System.Uri("/BM_Update;component/mainwindow.xaml", System.UriKind.Relative); 72 | 73 | #line 1 "..\..\MainWindow.xaml" 74 | System.Windows.Application.LoadComponent(this, resourceLocater); 75 | 76 | #line default 77 | #line hidden 78 | } 79 | 80 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 81 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 82 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 83 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] 84 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] 85 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] 86 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { 87 | switch (connectionId) 88 | { 89 | case 1: 90 | this.txtbox = ((System.Windows.Controls.AccessText)(target)); 91 | return; 92 | case 2: 93 | this.Progress = ((System.Windows.Controls.ProgressBar)(target)); 94 | return; 95 | } 96 | this._contentLoaded = true; 97 | } 98 | } 99 | } 100 | 101 | -------------------------------------------------------------------------------- /BM_Update/obj/Release/MainWindow.g.i.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "37E2C12D46DF9A9E21C8593A9C743EC90615CA0A88C8EA4DE2AB17E48AA205CB" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // Dieser Code wurde von einem Tool generiert. 5 | // Laufzeitversion:4.0.30319.42000 6 | // 7 | // Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn 8 | // der Code erneut generiert wird. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using BM_Update; 13 | using System; 14 | using System.Diagnostics; 15 | using System.Windows; 16 | using System.Windows.Automation; 17 | using System.Windows.Controls; 18 | using System.Windows.Controls.Primitives; 19 | using System.Windows.Data; 20 | using System.Windows.Documents; 21 | using System.Windows.Ink; 22 | using System.Windows.Input; 23 | using System.Windows.Markup; 24 | using System.Windows.Media; 25 | using System.Windows.Media.Animation; 26 | using System.Windows.Media.Effects; 27 | using System.Windows.Media.Imaging; 28 | using System.Windows.Media.Media3D; 29 | using System.Windows.Media.TextFormatting; 30 | using System.Windows.Navigation; 31 | using System.Windows.Shapes; 32 | using System.Windows.Shell; 33 | 34 | 35 | namespace BM_Update { 36 | 37 | 38 | /// 39 | /// MainWindow 40 | /// 41 | public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector { 42 | 43 | 44 | #line 10 "..\..\MainWindow.xaml" 45 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] 46 | internal System.Windows.Controls.AccessText txtbox; 47 | 48 | #line default 49 | #line hidden 50 | 51 | 52 | #line 11 "..\..\MainWindow.xaml" 53 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] 54 | internal System.Windows.Controls.ProgressBar Progress; 55 | 56 | #line default 57 | #line hidden 58 | 59 | private bool _contentLoaded; 60 | 61 | /// 62 | /// InitializeComponent 63 | /// 64 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 65 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 66 | public void InitializeComponent() { 67 | if (_contentLoaded) { 68 | return; 69 | } 70 | _contentLoaded = true; 71 | System.Uri resourceLocater = new System.Uri("/BM_Update;component/mainwindow.xaml", System.UriKind.Relative); 72 | 73 | #line 1 "..\..\MainWindow.xaml" 74 | System.Windows.Application.LoadComponent(this, resourceLocater); 75 | 76 | #line default 77 | #line hidden 78 | } 79 | 80 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 81 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 82 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 83 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] 84 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] 85 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] 86 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { 87 | switch (connectionId) 88 | { 89 | case 1: 90 | this.txtbox = ((System.Windows.Controls.AccessText)(target)); 91 | return; 92 | case 2: 93 | this.Progress = ((System.Windows.Controls.ProgressBar)(target)); 94 | return; 95 | } 96 | this._contentLoaded = true; 97 | } 98 | } 99 | } 100 | 101 | -------------------------------------------------------------------------------- /BM_Update/obj/Release/TempPE/Properties.Resources.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/BM/898a410d261bcb765c240bdf5142a4457d367cd1/BM_Update/obj/Release/TempPE/Properties.Resources.Designer.cs.dll -------------------------------------------------------------------------------- /C#/App.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /C#/App.xaml: -------------------------------------------------------------------------------- 1 |  6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /C#/App.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Configuration; 4 | using System.Data; 5 | using System.Linq; 6 | using System.Threading.Tasks; 7 | using System.Windows; 8 | 9 | namespace BMBF_Manager 10 | { 11 | /// 12 | /// Interaktionslogik für "App.xaml" 13 | /// 14 | public partial class App : Application 15 | { 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /C#/BBBU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerElite/BM/898a410d261bcb765c240bdf5142a4457d367cd1/C#/BBBU.png -------------------------------------------------------------------------------- /C#/BBBU.xaml: -------------------------------------------------------------------------------- 1 |  12 | 13 | 14 | 15 | 16 | 27 | 28 | 29 | 30 | 24 | 25 | 26 | 27 | 28 | 29 | 25 | 26 | 27 | 28 | 24 | 25 | 26 | 25 | 26 | 27 | 28 | 29 | 35 | 36 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 25 | 26 | 27 | 28 | 29 | 26 | 27 | 28 | 29 |