Ejemplo n.º 1
0
        void ReleaseDesignerOutlets()
        {
            if (TitleLabel != null)
            {
                TitleLabel.Dispose();
                TitleLabel = null;
            }

            if (MarkLabel != null)
            {
                MarkLabel.Dispose();
                MarkLabel = null;
            }
        }
Ejemplo n.º 2
0
 public void Visit(MarkLabel s)
 {
     o.Write(s.Label.Name);
     o.WriteLine(":");
 }
Ejemplo n.º 3
0
 public virtual void Visit(MarkLabel s)
 {
     result = s;
 }
Ejemplo n.º 4
0
 public void Visit(MarkLabel s)
 {
     function.Label(s.Label);
 }