Exemplo n.º 1
0
 public FrmMain()
 {
     InitializeComponent();
     listView1.Columns.RemoveAt(2);
     listView2.Columns.RemoveAt(2);
     tApps = new Theinfoapps();
 }
Exemplo n.º 2
0
        private void postButton_Click(object sender, EventArgs e)
        {
            Theinfoapps theinfoapps = new Theinfoapps(cookie.Text, idfa.Text);

            if (incRadioButton.Checked)
            {
                theinfoapps.SyncDLCount(item_id.Text, optime.Text, "1", value.Text);
            }
            if (decRadioButton.Checked)
            {
                theinfoapps.SyncDLCount(item_id.Text, optime.Text, "2", value.Text);
            }
        }