ismailkaygisiz
80+
- Katılım
- 19 Ocak 2022
- Mesajlar
- 113
Dahası
- Reaksiyon skoru
- 47
- Yaş
- 20
- İsim
- İsmail Kaygısız
- İlgilendiği Kategoriler
- Oyun Tasarım-Kodlama, Programlama Dilleri, Web Tasarım ve Kodlama
private async void olacakusing System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Threading;
using CmlLib.Core;
using CmlLib.Core.Auth;
namespace Aeron_Launcher
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void guna2Button1_Click(object sender, EventArgs e)
{
if (String.IsNullOrEmpty(guna2TextBox1.Text))
{
MessageBox.Show("You cant enter the game without using name. Please Enter A user name");
}
else
{
label2.Text = guna2TextBox1.Text;
label2.Visible = true;
guna2Button1.Visible = true;
}
async private void gameoyunac();
}
}
}
Alıntıyı görüntüle
Hatam nedir?
Mesaj otomatik birleştirildi:
@DA_mødları_çok_iyi.
Mesaj otomatik birleştirildi:
@Hkncn001.
önce erişim bildirgeçleri tanımlanmalı