Skybound.Gecko.PrintSettings.GetPrintCommandAttribute C# (CSharp) Méthode

GetPrintCommandAttribute() public méthode

public GetPrintCommandAttribute ( ) : string
Résultat string
        public string GetPrintCommandAttribute()
        {
            Console.WriteLine("53");
            return m_printCommand;
        }
PrintSettings