This commit is contained in:
qwsdcvghyu89
2025-09-27 13:37:40 +10:00
parent db9bdecea6
commit 13c6fbaf5f
23 changed files with 45 additions and 1295 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ namespace Beam.Fluent {
/// </summary>
public static partial class DownloadBuilder<RawType, OutType> {
/* ──────────────────────────── Entry points ─────────────────────────── */
public static ILinkStage FromResource(DataKey<ResourceDictionary> dict, string kind, BeamDataContext beamDataDictionary)
=> Create(dict, beamDataDictionary, kind);