CSLA.NET 6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
NonSerializedClass.cs
Go to the documentation of this file.
1using System;
2
4{
5 public class NonSerializedClass
6 {
7 public void Do()
8 {
9 Console.WriteLine("Property Changed");
10 }
11 }
12}