예제 #1
0
        private void GET_Stat_BT_Click(object sender, EventArgs e)
        {
            this.Hide();
            GetStatistics f = new GetStatistics(this, nme, id);

            f.Show();
        }
예제 #2
0
 public statisticsveiwer(GetStatistics m, getstateschmode c, string t, string a)
 {
     mf     = m;
     cf     = c;
     title  = t;
     amount = a;
     InitializeComponent();
 }