Guest User

Untitled

a guest
Dec 15th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. private static Lazy<BuildConfig> _instance = new Lazy<BuildConfig> (() => (BuildConfig)Activator.CreateInstance (Type.GetType ($"BuildConfig_Local, Framework.Portable, Version={typeof (BuildConfig).Assembly.GetName ().Version}, Culture=neutral, PublicKeyToken=null"), nonPublic: true));
Add Comment
Please, Sign In to add comment