remove unnecessary this qualifier
This commit is contained in:
@@ -15,7 +15,7 @@ namespace ObserverPattern.Twits
|
|||||||
IDisposable channel;
|
IDisposable channel;
|
||||||
public TwitUser(string name, TwitObservable twits)
|
public TwitUser(string name, TwitObservable twits)
|
||||||
{
|
{
|
||||||
this.Name = name;
|
Name = name;
|
||||||
channel = twits.Subscribe(this);
|
channel = twits.Subscribe(this);
|
||||||
this.twits = twits;
|
this.twits = twits;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user