Пример #1
0
 public FrmChart(ReSulT info, int threshold, double fps, string type)
 {
     InitializeComponent();
     _info      = info;
     _threshold = threshold;
     _fps       = fps;
     _type      = type;
 }
Пример #2
0
 public FormLog(ReSulT result)
 {
     _result = result;
     InitializeComponent();
     InitForm();
 }