c sharp get global variable in static function code example
Example: how to create public variable in c#
public static class Myvariables{
public static int x = 1;
}
public static class Myvariables{
public static int x = 1;
}