コード例 #1
0
ファイル: frmPrice.cs プロジェクト: maverick126/RSM
 private void textBoxTargetMargin_Leave(object sender, EventArgs e)
 {
     MetriconCommon.ToDouble(ref textBoxTargetMargin);
 }
コード例 #2
0
ファイル: frmPrice.cs プロジェクト: maverick126/RSM
 private void txtSellPrice_Enter(object sender, EventArgs e)
 {
     MetriconCommon.ToDouble(ref txtSellPrice);
 }
コード例 #3
0
ファイル: frmPrice.cs プロジェクト: maverick126/RSM
 private void textBoxDBCCost_Enter(object sender, EventArgs e)
 {
     MetriconCommon.ToDouble(ref textBoxDBCCost);
 }
コード例 #4
0
ファイル: frmPAGWizard.cs プロジェクト: maverick126/RSM
 private void txtQuantity_Enter(object sender, EventArgs e)
 {
     MetriconCommon.ToDouble(ref txtQuantity);
 }