Skybound.Gecko.PrintSettings.GetIsCancelledAttribute C# (CSharp) Метод

GetIsCancelledAttribute() публичный Метод

public GetIsCancelledAttribute ( ) : bool
Результат bool
        public bool GetIsCancelledAttribute()
        {
            Console.WriteLine("34");
            return m_IsCancelled;
        }
PrintSettings