예제 #1
0
 public void Start(string IniPath)
 {
     SubscribeForEvents();
     CeBackupServerException.RaiseIfNotSucceeded(InternalCAPI.Start(IniPath));
 }