CoolFace
Datasetpublic

dlxjj/imradv3

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes263downloads
AssemblyInfo.cs11 linesDownload Raw Back to ScreenGrab.Sample
1using System.Windows;2 3[assembly: ThemeInfo(4    ResourceDictionaryLocation.None,            //where theme specific resource dictionaries are located5                                                //(used if a resource is not found in the page,6                                                // or application resource dictionaries)7    ResourceDictionaryLocation.SourceAssembly   //where the generic resource dictionary is located8                                                //(used if a resource is not found in the page,9                                                // app, or any theme specific resource dictionaries)10)]11