Skybound.Gecko.PrintSettings.GetIsCancelledAttribute C# (CSharp) 메소드

GetIsCancelledAttribute() 공개 메소드

public GetIsCancelledAttribute ( ) : bool
리턴 bool
        public bool GetIsCancelledAttribute()
        {
            Console.WriteLine("34");
            return m_IsCancelled;
        }
PrintSettings