예제 #1
0
 public virtual void PushContext(ThemeContext context)
 {
     lock (this) {
         contexts.Push(context);
     }
 }
예제 #2
0
파일: Theme.cs 프로젝트: GNOME/hyena
 public virtual void PushContext(ThemeContext context)
 {
     lock (this) {
         contexts.Push (context);
     }
 }