本文介绍了我如何使用Farsilibrary.Win.Dll?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一个Windows应用程序。我想使用FarsiLibrary在表单中有一个波斯语DateTime控件。
但是我不能使用它,因为我有错误:
Hi,
i have a windows application . i want to use FarsiLibrary to have a persian DateTime control in form.
but i can't use it, because i has error:
error CS0246: The type or namespace name 'FarsiLibrary' could not be found (are you missing a using directive or an assembly reference?)
i只需将'FarsiLibrary.Win.dll'添加到参考文献中并使用FarsiLibrary添加此代码:
i just add the 'FarsiLibrary.Win.dll' to References and add this code:
using FarsiLibrary;
namespace WindowsFormsApplication1
{
public partial class Form1 : Form
{
private FarsiLibrary.Win.Controls.FADatePickerConverter faDatePickerConverter;
// other code
}
}
i使用此链接:
[]
请帮助我。
i use this link:
Farsi Library - Working with Dates, Calendars, and DatePickers[^]
please help me.
推荐答案
这篇关于我如何使用Farsilibrary.Win.Dll?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!