static void Main(string[] args) { Four f = new Four(); f.Test1(); f.Test3(); f.Test5(); Console.ReadKey(); }
static void Main(string[] args) { Four f = new Four(); f.D_Protected3(); f.D_ProtectedInternal4(); f.D_Public5(); }