Example #1
0
 public void RemoveQ()
 {
     if (printInfo.GetType() == typeof(QPrinter))
     {
         printInfo = printInfo.GetInnerInstance();
     }
 }