コード例 #1
0
 internal EditDetailsForm(Operation op)
 {
     InitializeComponent();
     detailsLabel.Text = op.GetEditString();
 }