Beispiel #1
0
 public void ConnectRepairTool(RepairToolDelegate tool)
 {
     repairToolDeleagte = tool;
     toolRepair.Visible = true;
 }
Beispiel #2
0
 public void ConnectRepairTool(RepairToolDelegate tool)
 {
     repairToolDeleagte = tool;
     toolRepair.Visible = true;
 }