Beispiel #1
0
 /// <summary>
 /// Initializes a new instance of the ViewModelBase class.
 /// </summary>
 public ViewModelBase()
 {
     if (AutomaticWireupCommands)
     {
         CommandHelper.WireupRelayCommands(this);
     }
 }
 /// <summary>
 /// Initializes a new instance of the ViewModelBase class.
 /// </summary>
 public ViewModelBase()
 {
     CommandHelper.WireupRelayCommands(this);
 }