コード例 #1
0
        public void RemoveConductor()
        {
            mFController.RemoveConductor(connectorLabel);
            mFController.ReDraw();

            // hide tooltip
            tooltipSystem.ShowToolTip("Tooltip Remove DC", false);
        }
コード例 #2
0
        public override void Press()
        {
            base.Press();

            mFController.PowerButtonPress();

            // hide tooltip
            tooltipSystem.ShowToolTip("Tooltip MF", false);
        }