79635334

Date: 2025-05-23 10:41:00
Score: 1.5
Natty:
Report link

I used a tag to remember the state "Loaded"

Loaded += (s, e) =>
 {
    if (this.Tag == null)
    {
       System.Console.WriteLine("Loaded");
       this.Tag = "Loaded";
    }
 };
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: toyota gercena