コード例 #1
0
ファイル: Form_Main.cs プロジェクト: helloyuzz/Fisher.Core
        private void btn_SignleRow_Click(object sender, EventArgs e)
        {
            int id = FisherUtil.ParseInt(tbx_Get_ConfigurationID.Text);

            if (id > 0)
            {
                TSysConfiguration configuration = Fisher.SignleRow <TSysConfiguration>(id);
                Fisher.SignleRow <TSysConfiguration>("", true);
            }
        }