static void Main(string[] args) { var example = new Examples(); example.DoWork(); }
static void Main(string[] args) { var example = new Examples(); example.ShowExample(); }