Пример #1
0
 public MarkFailEventArgs(LaserMarkResult fault)
 {
     this.Fault = fault;
 }
Пример #2
0
 void ListBoxResultSelectedIndexChanged(object sender, System.EventArgs e)
 {
     string result = (string) this.listBoxResult.Items[this.listBoxResult.SelectedIndex];
     this.markResult = (LaserMarkResult) LaserMarkResult.Parse(typeof(LaserMarkResult), result);
 }