30 lines
689 B
C#
30 lines
689 B
C#
using KlassenBIB;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.ComponentModel;
|
|
using System.Data;
|
|
using System.Drawing;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using System.Windows.Forms;
|
|
|
|
namespace SanSystem
|
|
{
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public partial class frmKalibrierungFestlegung : Form
|
|
{
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public frmKalibrierungFestlegung(List<Inspektionsobjekt> inspektionsobjekts)
|
|
{
|
|
InitializeComponent();
|
|
//ucWerkseitigImprägniert1.
|
|
//ucLinerGrundlagen1.inspektionsobjekts = inspektionsobjekts;
|
|
}
|
|
}
|
|
}
|