コード例 #1
0
 /// <summary>
 /// constructor,initializes the component and FilewatcherServiceManager
 /// </summary>
 public FileWatcherService()
 {
     this.InitializeComponent();
     this.serviceManager = new FileWatcherServiceManager();
 }
コード例 #2
0
ファイル: ProcessFile.cs プロジェクト: victorxata/261120
 /// <summary>
 /// construtor of the class
 /// </summary>
 /// <param name="serviceManager">Object of FileWatcherServiceManager loaded with data</param>
 public  ProcessFile(FileWatcherServiceManager serviceManager)
 {
     this.serviceManager = serviceManager;
 }