예제 #1
0
파일: Session.cs 프로젝트: danilogr/TUX
 void Completed()
 {
     SessionLogger.LogComplete(this);
     Disable();
 }