Beispiel #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);
 }
Beispiel #4
0
 public ListView()
 {
     InitializeComponent();
     EventAggregationManager.AddListener(this);
 }
Beispiel #5
0
 public RelatedService()
 {
     EventAggregationManager.AddListener(this);
 }
Beispiel #6
0
 public FormatService()
 {
     EventAggregationManager.AddListener(this);
 }
 public AppointmentController()
 {
     EventAggregationManager.AddListener(this);
     InitScheduler();
 }
Beispiel #8
0
 public ObjectDetailController()
 {
     EventAggregationManager.AddListener(this);
 }
 public ListController()
 {
     EventAggregationManager.AddListener(this);
 }
Beispiel #10
0
 public ManageEffortDetailView()
 {
     InitializeComponent();
     EventAggregationManager.AddListener(this);
 }
Beispiel #11
0
 public ViewManager()
 {
     EventAggregationManager.AddListener(this);
 }