コード例 #1
0
ファイル: CyclesPresenter.cs プロジェクト: sharespy/Astroder
        public bool RemoveCurveOf(PlanetId id, OrbitInfoType kind)
        {
            String label = OrbitSpec.LableOf(id, kind);

            return(RemoveCurveOf(label));
        }
コード例 #2
0
ファイル: CyclesPresenter.cs プロジェクト: sharespy/Astroder
        public bool IsCurveAdded(PlanetId id, OrbitInfoType kind)
        {
            String label = OrbitSpec.LableOf(id, kind);

            return(IsCurveAdded(label));
        }