예제 #1
0
파일: AnyDesk.cs 프로젝트: NSTI2020/NSTOOLS
 private bool ExecutableExist()
 {
     _exists = new Exists(@"c:\", "AnyDeskMSI.exe");
     return(_exists.SearchCheckFileExist());
 }
예제 #2
0
 private bool ExecutableExist()
 {
     _exists = new Exists(@"c:\", "TeamViewer.exe");
     return(_exists.SearchCheckFileExist());
 }