Skip to content

Instantly share code, notes, and snippets.

@akhal3d96
Created October 5, 2012 12:42
Show Gist options
  • Save akhal3d96/3839625 to your computer and use it in GitHub Desktop.
Save akhal3d96/3839625 to your computer and use it in GitHub Desktop.
Kemia2y [issues #1]
int st = Array.IndexOf(element,findtxt); //رقم مكان القيمة المُدخلة في entry1
int sc = Array.IndexOf(element,findtxt2);//رقم مكان القيمة المُدخلة في entry2
if (sc == st)
{
sc = 1 ; st = 1;
label3.Text = element[st]+valency[sc]+" "+element[sc]+valency[st];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment