Example #1
0
 public bool Start(string[] arguments)
 {
     _storageSCP = new StorageSCPService(this);
     return(_storageSCP.Start());
 }
Example #2
0
 public FormService()
 {
     InitializeComponent();
     scpStorage = new StorageSCPService(null);
 }