CmisSync.AboutController.AboutController C# (CSharp) Method

AboutController() public method

Constructor.
public AboutController ( ) : System
return System
        public AboutController() {
            Program.Controller.ShowAboutWindowEvent += delegate {
                ShowWindowEvent();
            };
        }