Example #1
0
 public NotConclude(GloomyMainForm parentForm, List <OPT10075_실시간미체결> oPT10075_dataList) : this(parentForm)
 {
     this.oPT10075_dataList = oPT10075_dataList;
 }
Example #2
0
 public NotConclude(GloomyMainForm parentForm)
 {
     this.pForm = parentForm;
     InitializeComponent();
 }