예제 #1
0
 public frmActionGroupPrice(int action = -1, int objID = -1)
 {
     InitializeComponent();
     _action     = action;
     _objID      = objID;
     _objectData = priceService.GetByID(objID);
 }