示例#1
0
 public void CompleteTouch()
 {
     if (current != null)
     {
         current.Close();
     }
     current = generator.GenerateLeak();
 }