Beispiel #1
0
        private static void AddtionalInfo(StringBuilder sb, PopularVM VM)
        {
            var c = VM.Galleries;

            if (c == null)
            {
                return;
            }
            sb.AppendLine($"PopularCollection: Type={c.GetType()}, Count={c.Count}");
        }
Beispiel #2
0
 public PopularPage()
 {
     InitializeComponent();
     ViewModel = new PopularVM();
 }