ZForge.Motion.Controls.ExtendedLogViewerTag.ExtendedLogViewerTag C# (CSharp) Méthode

ExtendedLogViewerTag() public méthode

public ExtendedLogViewerTag ( ZForge l, string id, string n ) : System
l ZForge
id string
n string
Résultat System
        public ExtendedLogViewerTag(ZForge.Controls.Logs.LogLevel l, string id, string n)
        {
            this.mID = id;
            this.mLevel = l;
            this.mViewName = n;
        }