BlinkSyncLib.Sync.Sync C# (CSharp) Method

Sync() public method

Initializes a new instance of Synchonizer object.
public Sync ( ) : System
return System
        public Sync()
        {
            this.Configuration = new InputParams();
        }

Same methods

Sync::Sync ( string sourceDirectory, string destinationDirectory ) : System