Beispiel #1
0
 private void syncAndroid_Click(object sender, EventArgs e)
 {
     syncController my_sync_controller = new syncController(userid);
     my_sync_controller.syncToAndroid_Click(sender, e);
 }
Beispiel #2
0
        private void syncAndroid_Click(object sender, EventArgs e)
        {
            syncController my_sync_controller = new syncController(userid);

            my_sync_controller.syncToAndroid_Click(sender, e);
        }