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