예제 #1
0
        private void create_pattern_Click(object sender, EventArgs e)
        {
            Create_pattern a = new Create_pattern(this);

            a.ShowDialog();
            matriceUser   = a.getListWeight();
            typeofpattern = a.get_type();
        }
예제 #2
0
 private void create_pattern_Click(object sender, EventArgs e)
 {
     Create_pattern a = new Create_pattern(this);
     a.ShowDialog();
     matriceUser = a.getListWeight();
     typeofpattern = a.get_type();
 }