You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

52 lines
954 B

using ButcherFactory.BO;
using ButcherFactory.BO.Utils;
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 ButcherFactory.CarcassTakeOut_
{
public partial class CarcassTakeOutForm : Form, IWithRoleForm
{
public CarcassTakeOutForm()
{
InitializeComponent();
}
public List<short> RoleName
{
get { return new List<short> { (short). }; }
}
public Form Generate()
{
return this;
}
private void closeBtn_Click(object sender, EventArgs e)
{
Close();
}
private void submitBtn_Click(object sender, EventArgs e)
{
}
private void deleteBtn_Click(object sender, EventArgs e)
{
}
private void readBtn_Click(object sender, EventArgs e)
{
}
}
}