예제 #1
0
        public Dashboard()
        {
            InitializeComponent();


            SendNotification.ABC();
        }
예제 #2
0
        private void button7_Click(object sender, EventArgs e)
        {
            SendNotification SN = new SendNotification();

            this.Hide();
            SN.Show();
        }
예제 #3
0
        public static void ABC()
        {
            SendNotification SN = new SendNotification();

            SN.notification();
        }