Example #1
0
 public MainForm()
 {
     InitializeComponent();
     ribbonControl1.MdiMergeStyle = RibbonMdiMergeStyle.Always;
     this.Bounds = Screen.PrimaryScreen.WorkingArea;
     EventAggregationManager.AddListener(this);
 }
        public RibbonFormWorkspace(ActionParameters parameters)
        {
            InitializeComponent();
            EventAggregationManager.AddListener(this);
            _wokspaceID = Guid.NewGuid();

            _config           = new ConfigService.ConfigService();
            _workspaceContext = new WorkSpaceContext(this, this, this, parameters, this);
        }
 public ProjectChartController()
 {
     ObjectName   = "ProjectChart";
     ControllerId = "Project";
     EventAggregationManager.AddListener(this);
 }
Example #4
0
 public ListView()
 {
     InitializeComponent();
     EventAggregationManager.AddListener(this);
 }
Example #5
0
 public RelatedService()
 {
     EventAggregationManager.AddListener(this);
 }
Example #6
0
 public FormatService()
 {
     EventAggregationManager.AddListener(this);
 }
 public AppointmentController()
 {
     EventAggregationManager.AddListener(this);
     InitScheduler();
 }
Example #8
0
 public ObjectDetailController()
 {
     EventAggregationManager.AddListener(this);
 }
Example #9
0
 public ListController()
 {
     EventAggregationManager.AddListener(this);
 }
Example #10
0
 public ManageEffortDetailView()
 {
     InitializeComponent();
     EventAggregationManager.AddListener(this);
 }
Example #11
0
 public ViewManager()
 {
     EventAggregationManager.AddListener(this);
 }