public ProductTeach(Station1 station) { mYAMAHA = station.YAMAHA; Station1 = station; InitializeComponent(); rdbLeftCalib.Checked = true; }
private void Station_SelectionChanged(object sender, SelectionChangedEventArgs e) { Station1 station1 = new Station1((BO.BusStationBO)StationList.SelectedItem); _ = station1.ShowDialog(); }
public Yaxis(Station1 station) { Mstation1 = station; InitializeComponent(); }
public CameraRelationship(Station1 station) : this() { mYAMAHA = station.YAMAHA; Station1 = station; }
// override object.GetHashCode public override int GetHashCode() => LineName.ToLower().GetHashCode() ^ Station1.GetHashCode() ^ Station2.GetHashCode();