コード例 #1
0
        private void but_ok_Click(object sender, RoutedEventArgs e)
        {
            bool b = ControlSql(false);

            if (b && ConfigJson.AddLink(ref m_linkconfig))
            {
                Tag = m_linkconfig;
                SystemError.Information("数据库创建成功");
                DialogResult = true;
            }
        }