Beispiel #1
0
        //warningForm wx = new warningForm(this);


        public Profile(string namex, Dashboardxs child)
        {
            InitializeComponent();
            name     = namex;
            this.org = child;
            // idEr = Int32.Parse(id_x);
        }
Beispiel #2
0
 private void yes_btn_Click(object sender, EventArgs e)
 {
     Dashboardxs xc = new Dashboardxs("aa");
     Profile     nn = new Profile("", xc);
 }
Beispiel #3
0
 public warningForm(string name, Dashboardxs xs)
 {
     InitializeComponent();
     this.id  = name;
     this.das = xs;
 }