CmisSync.Controller.Controller C# (CSharp) Метод

Controller() публичный Метод

Constructor.
public Controller ( ) : System
Результат System
        public Controller()
            : base()
        {
            CmisSync.Lib.Utils.SetUserNotificationListener(this);
			PathRepresentationConverter.SetConverter(new WindowsPathRepresentationConverter());
        }