예제 #1
0
파일: NetTcpSharing.cs 프로젝트: Kidify/L4p
 private bool is_automatic_service(ServiceController controller)
 {
     return
         controller.QueryStartMode() == ServiceStartMode.Automatic;
 }