Esempio n. 1
0
 public void m00032a(int p0, string p1)
 {
     if ((p0 <= this.f00001b) && this.f00000a)
     {
         struct0271 struct2 = new struct0271();
         struct2.f000006 = p1;
         struct2.f00000b = p0;
         struct2.f000002 = DateTime.Now.Ticks;
         this.f0002c5.Enqueue(struct2);
         Monitor.Enter(this.f0002c5);
         Monitor.PulseAll(this.f0002c5);
         Monitor.Exit(this.f0002c5);
     }
 }
Esempio n. 2
0
 protected void m0002e7(struct0271 p0)
 {
     if (this.f0002c6 != null)
     {
         string str = DateTime.FromBinary(p0.f000002).ToString(this.m000084());
         string str2 = string.Concat(new object[] { "[", str, " [", p0.f00000b, "] ", p0.f000006, " ]\r\n" });
         this.f0002c6.Write(str2);
     }
 }