BloodShowFlower
New Member
- Joined
- Oct 7, 2015
- Messages
- 17
- Reaction score
- 0
a normal class
class StatsTrackerUI : UserControl
the StatsTrackerUI internal Use static type extension Methods.
And the StatsTrackerUI use in other static types,
You should be get Compiler bug.
Compiler Error: D:\Crack\My Works\BossLand Gmbh\Cracking\DB495Trinity22606\Demonbuddy 1.1.3186.495\Plugins\DamageTracker\UI\UIHelper.cs(16,49) : error CS0246: The type or namespace name 'StatsTrackerUI' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: D:\Crack\My Works\BossLand Gmbh\Cracking\DB495Trinity22606\Demonbuddy 1.1.3186.495\Plugins\DamageTracker\DamageTracker.cs(66,23) : error CS0246: The type or namespace name 'StatsTrackerUI' could not be found (are you missing a using directive or an assembly reference?)
Can you fix?
class StatsTrackerUI : UserControl
the StatsTrackerUI internal Use static type extension Methods.
And the StatsTrackerUI use in other static types,
You should be get Compiler bug.
Compiler Error: D:\Crack\My Works\BossLand Gmbh\Cracking\DB495Trinity22606\Demonbuddy 1.1.3186.495\Plugins\DamageTracker\UI\UIHelper.cs(16,49) : error CS0246: The type or namespace name 'StatsTrackerUI' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: D:\Crack\My Works\BossLand Gmbh\Cracking\DB495Trinity22606\Demonbuddy 1.1.3186.495\Plugins\DamageTracker\DamageTracker.cs(66,23) : error CS0246: The type or namespace name 'StatsTrackerUI' could not be found (are you missing a using directive or an assembly reference?)
Can you fix?






