CmisSync.Controller.Controller C# (CSharp) Méthode

Controller() public méthode

Constructor.
public Controller ( ) : System
Résultat System
        public Controller()
            : base()
        {
            CmisSync.Lib.Utils.SetUserNotificationListener(this);
			PathRepresentationConverter.SetConverter(new WindowsPathRepresentationConverter());
        }