Пример #1
0
 /// <summary>
 /// Are all of the parameters set correctly such that printing can occur?
 /// </summary>
 /// <returns></returns>
 public bool ReadyToPrint()
 {
     return(_printModel.ReadyToPrint());
 }