CmisSync.Controller.Controller C# (CSharp) 메소드

Controller() 공개 메소드

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