//シーケンスに読み込み public void loadCurrentSeq(string text) { Sequence nseq = new Sequence(); try { nseq.fromSeq(text); sequences[currentId] = nseq; } catch (Exception e) { throw e; } }