コード例 #1
0
        public DockableWindowMilSpaceProfileGraph(object hook, MilSpaceProfileGraphsController controller)
        {
            InitializeComponent();

            profilesTabControl.TabPages.Clear();

            SetController(controller);
            controller.SetView(this);

            this.Hook     = hook;
            this.Instance = this;
            SubscribeForEvents();
        }
コード例 #2
0
 public DockableWindowMilSpaceProfileGraph(MilSpaceProfileGraphsController controller)
 {
     this.Instance = this;
     SetController(controller);
     controller.SetView(this);
 }