コード例 #1
0
ファイル: SaveConfigToken.cs プロジェクト: w8w8w8/Photo.Net
 protected SaveConfig(SaveConfig copyMe)
 {
 }
コード例 #2
0
ファイル: SaveConfigWidget.cs プロジェクト: w8w8w8/Photo.Net
 /// <summary>
 /// This method must be overridden in derived classes.
 /// In this method you must take the values from the given EffectToken
 /// and use them to properly initialize the dialog's user interface elements.
 /// </summary>
 protected virtual void InitWidgetFromToken(SaveConfig sourceToken)
 {
     //throw new InvalidOperationException("InitWidgetFromToken was not implemented, or the derived method called the base method");
 }