コード例 #1
0
 private void roundControlShowButton_Click(object sender, RoutedEventArgs e)
 {
     if (ra == null) // why? i dunno
     {
         ra = new RoundAnnotator(chdb);
     }
     ra.Show();
 }
コード例 #2
0
        private void loadCHDB()
        {
            chdb = new CHDB(me);

            DataContext = chdb;
            ra          = new RoundAnnotator(chdb);
            //ra.Show();
            te = new TagEditor(chdb);
            //te.Show();
            tp = new TagPreferences(chdb);
            //tp.Show();
        }