/// <summary> /// Initializes the static fields of <see cref="WindowsImageManager"/> /// </summary> static WindowsImageManager() { Instance = new WindowsImageManager(); }
/// <summary> /// Initializes the static fields of <see cref="WPFImageManager"/> /// </summary> static WPFImageManager() { Instance = new WPFImageManager(); }
/// <summary> /// Initializes the static fields of <see cref="IOSImageManager"/> /// </summary> static IOSImageManager() { Instance = new IOSImageManager(); }
/// <summary> /// Initializes the static fields of <see cref="AndroidImageManager"/> /// </summary> static AndroidImageManager() { Instance = new AndroidImageManager(); }