Bid.cs 329 B

123456789101112131415161718
  1. static class Bid
  2. {
  3. [BidMethod]
  4. internal static void Trace(string strConst) {
  5. }
  6. [BidMethod]
  7. internal static void TraceEx(uint flags, string strConst) {
  8. }
  9. [BidMethod]
  10. internal static void Trace(string fmtPrintfW, string a1) {
  11. }
  12. [BidMethod]
  13. internal static void TraceEx(uint flags, string fmtPrintfW, string a1) {
  14. }
  15. }