Getting the Plugin Name
Hi All
Is there a simple way to get the name of the plugin that code is operating in?
The only solution I can come up with is to declare a static string variable in ApplicationManagerPlugin and then set it in the setup routine from the plugin object that is handed in to the setup routine and then when needed reference it as ApplicationManagerPlugin.PluginName, is there an easier way?
I am trying to avoid hard coding the name in calls to JiwaFinancials.Jiwa.JiwaApplication.Manager.Instance.Database.ReadSysData etc.
Thanks.
Is there a simple way to get the name of the plugin that code is operating in?
The only solution I can come up with is to declare a static string variable in ApplicationManagerPlugin and then set it in the setup routine from the plugin object that is handed in to the setup routine and then when needed reference it as ApplicationManagerPlugin.PluginName, is there an easier way?
I am trying to avoid hard coding the name in calls to JiwaFinancials.Jiwa.JiwaApplication.Manager.Instance.Database.ReadSysData etc.
Thanks.