コード例 #1
0
 /// <summary>
 /// Creates a new object.
 /// </summary>
 public ConnectionClientLogPresenter()
 {
     Provider = new DefaultProvider();
     _Clock   = Factory.Singleton.Resolve <IClock>();
 }
コード例 #2
0
 /// <summary>
 /// Creates a new object.
 /// </summary>
 public ConnectionClientLogPresenter()
 {
     Provider = new DefaultProvider();
 }