Esempio n. 1
0
 public bool Initialize()
 {
     try
     {
         //TODO: Check if RGBFusionsetcolor is up
         _pipeInterOp = new ArgsPipeInterOp();
         return(true);
     }
     catch (Exception exc)
     {
         return(false);
     }
 }
Esempio n. 2
0
 public void Shutdown()
 {
     _pipeInterOp = null;
 }
Esempio n. 3
0
 public void Reset()
 {
     //TODO: Maybe restart RGBFusionsetcolor Process?
     _pipeInterOp = new ArgsPipeInterOp();
 }