コード例 #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            Recieve_new_Inventiry_Form1 rnif = new Recieve_new_Inventiry_Form1(role);

            rnif.Show();
            this.Hide();
        }
コード例 #2
0
 public Recieve_new_inventiry_form3(Recieve_new_Inventiry_Form1 f, string r)
 {
     InitializeComponent();
     recordlist.ReadOnly = true;
     recordlist.Text    += "NEW RECORDS:";
     this.form           = f;
     foreach (Genere v in Enum.GetValues(typeof(Genere)))
     {
         comboBox4.Items.Add(v);
     }
     this.role = r;
 }
コード例 #3
0
        public Recieve_new_Inventiry_Form2(Recieve_new_inventiry_form3 f1, Recieve_new_Inventiry_Form1 f2, string r)
        {
            InitializeComponent();
            records_richTextBox2.ReadOnly = true;
            map       = f2.getMap();
            order     = f2.getorder();
            RTB       = f1.getTextBox();
            this.role = r;


            Fillbox();
        }