예제 #1
0
		public void Initialize (EditorState state) {
			State = state;

			if (Initialized != null)
				Initialized ();
		}
예제 #2
0
파일: Editor.cs 프로젝트: swgshaw/f-spot
 public void Initialize(EditorState state)
 {
     State = state;
     Initialized?.Invoke();
 }